#CBC622

Color #CBC622 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CBC622

Tints of Barberry #CBC622

Color information

#CBC622 (or 0xCBC622) is unknown color: approx Barberry. HEX triplet: CB, C6 and 22. RGB value is (203,198,34). Sum of RGB (Red+Green+Blue) = 203+198+34=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC622 is #3439DD. Grayscale: #B5B5B5. Windows color (decimal): -3422686 or 2279115. OLE color: 2279115.

HSL color Cylindrical-coordinate representation of color #CBC622: hue angle of 58.22º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBC622 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB20319834-
CMYK00.020.830.20
HSL58.22º71.31%46.47%-
HSV(B)58.22º83.25%79.61%-
XYZ45.1153.29.4-
YUV180.845.16143.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 198 (77.73% from 255) = 45.52%
BLUE value IS 34 (13.67% from 255) = 7.82%
R=46.67%
G=45.52%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031983400.020.830.2058.2271.3146.47
HexCBC6220253143a472e
Octal3133064202123247210756
Binary11001011110001101000100101010011101001110101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC622; }

 p { color: rgb(203,198,34); }

 H1.HeaderClassName
 {
   color: #CBC622;
 }
 .AnyTagClassName
 {
   color: #CBC622;
 }
</style>
background-color css

<style>
 a { background-color: #CBC622; }

 a { background-color: rgb(203,198,34); }

 div.DivClassName
 {
   background-color: #CBC622;
 }
 .BgClassName
 {
   background-color: #CBC622;
 }
</style>
border-color css

<style>
 span { border-color: #CBC622; }

 span { border-color: rgb(203,198,34); }

 td.TdClassName
 {
   border-color: #CBC622;
 }
 .TagClassName
 {
   border-color: #CBC622;
 }
</style>