#CBB60C

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

Shades of Bird Flower #CBB60C

Tints of Bird Flower #CBB60C

Color information

#CBB60C (or 0xCBB60C) is unknown color: approx Bird Flower. HEX triplet: CB, B6 and 0C. RGB value is (203,182,12). Sum of RGB (Red+Green+Blue) = 203+182+12=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB60C is #3449F3. Grayscale: #A9A9A9. Windows color (decimal): -3426804 or 833227. OLE color: 833227.

HSL color Cylindrical-coordinate representation of color #CBB60C: hue angle of 53.4º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBB60C is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB20318212-
CMYK00.100.940.20
HSL53.4º88.84%42.16%-
HSV(B)53.4º94.09%79.61%-
XYZ41.4246.187.08-
YUV168.939.46152.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.13%
GREEN value IS 182 (71.48% from 255) = 45.84%
BLUE value IS 12 (5.08% from 255) = 3.02%
R=51.13%
G=45.84%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031821200.100.940.2053.488.8442.16
HexCBB6C0A5E1435592a
Octal31326614012136246513152
Binary11001011101101101100010101011110101001101011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB60C; }

 p { color: rgb(203,182,12); }

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

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

 a { background-color: rgb(203,182,12); }

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

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

 span { border-color: rgb(203,182,12); }

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