#CAB30E

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

Shades of Bird Flower #CAB30E

Tints of Bird Flower #CAB30E

Color information

#CAB30E (or 0xCAB30E) is unknown color: approx Bird Flower. HEX triplet: CA, B3 and 0E. RGB value is (202,179,14). Sum of RGB (Red+Green+Blue) = 202+179+14=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB30E is #354CF1. Grayscale: #A7A7A7. Windows color (decimal): -3493106 or 963530. OLE color: 963530.

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

Color convert

RGB20217914-
CMYK00.110.930.21
HSL52.66º87.04%42.35%-
HSV(B)52.66º93.07%79.22%-
XYZ40.5644.836.93-
YUV167.0741.62152.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.14%
GREEN value IS 179 (70.31% from 255) = 45.32%
BLUE value IS 14 (5.86% from 255) = 3.54%
R=51.14%
G=45.32%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021791400.110.930.2152.6687.0442.35
HexCAB3E0B5D1535572a
Octal31226316013135256512752
Binary11001010101100111110010111011101101011101011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB30E; }

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

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

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

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

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

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

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

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