#CBC822

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

Shades of Barberry #CBC822

Tints of Barberry #CBC822

Color information

#CBC822 (or 0xCBC822) is unknown color: approx Barberry. HEX triplet: CB, C8 and 22. RGB value is (203,200,34). Sum of RGB (Red+Green+Blue) = 203+200+34=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 34 (13.67% from 255 or 7.78% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC822 is #3437DD. Grayscale: #B6B6B6. Windows color (decimal): -3422174 or 2279627. OLE color: 2279627.

HSL color Cylindrical-coordinate representation of color #CBC822: hue angle of 58.93º 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 #CBC822 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB20320034-
CMYK00.010.830.20
HSL58.93º71.31%46.47%-
HSV(B)58.93º83.25%79.61%-
XYZ45.5754.129.56-
YUV181.9744.49143-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.45%
GREEN value IS 200 (78.52% from 255) = 45.77%
BLUE value IS 34 (13.67% from 255) = 7.78%
R=46.45%
G=45.77%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032003400.010.830.2058.9371.3146.47
HexCBC8220153143b472e
Octal3133104201123247310756
Binary1100101111001000100010011010011101001110111000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC822; }

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

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

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

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

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

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

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

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