#CBB512

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

Shades of Bird Flower #CBB512

Tints of Bird Flower #CBB512

Color information

#CBB512 (or 0xCBB512) is unknown color: approx Bird Flower. HEX triplet: CB, B5 and 12. RGB value is (203,181,18). Sum of RGB (Red+Green+Blue) = 203+181+18=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB512 is #344AED. Grayscale: #A9A9A9. Windows color (decimal): -3427054 or 1226187. OLE color: 1226187.

HSL color Cylindrical-coordinate representation of color #CBB512: hue angle of 52.86º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBB512 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB20318118-
CMYK00.110.910.20
HSL52.86º83.71%43.33%-
HSV(B)52.86º91.13%79.61%-
XYZ41.2645.797.24-
YUV16942.79152.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.50%
GREEN value IS 181 (71.09% from 255) = 45.02%
BLUE value IS 18 (7.42% from 255) = 4.48%
R=50.50%
G=45.02%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031811800.110.910.2052.8683.7143.33
HexCBB5120B5B1435542b
Octal31326522013133246512453
Binary110010111011010110010010111011011101001101011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB512; }

 p { color: rgb(203,181,18); }

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

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

 a { background-color: rgb(203,181,18); }

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

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

 span { border-color: rgb(203,181,18); }

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