#CAB30C

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

Shades of Bird Flower #CAB30C

Tints of Bird Flower #CAB30C

Color information

#CAB30C (or 0xCAB30C) is unknown color: approx Bird Flower. HEX triplet: CA, B3 and 0C. RGB value is (202,179,12). Sum of RGB (Red+Green+Blue) = 202+179+12=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB30C is #354CF3. Grayscale: #A7A7A7. Windows color (decimal): -3493108 or 832458. OLE color: 832458.

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

Color convert

RGB20217912-
CMYK00.110.940.21
HSL52.74º88.79%41.96%-
HSV(B)52.74º94.06%79.22%-
XYZ40.5444.826.86-
YUV166.8440.62153.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.40%
GREEN value IS 179 (70.31% from 255) = 45.55%
BLUE value IS 12 (5.08% from 255) = 3.05%
R=51.40%
G=45.55%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021791200.110.940.2152.7488.7941.96
HexCAB3C0B5E1535592a
Octal31226314013136256513152
Binary11001010101100111100010111011110101011101011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB30C; }

 p { color: rgb(202,179,12); }

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

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

 a { background-color: rgb(202,179,12); }

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

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

 span { border-color: rgb(202,179,12); }

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