#CAB00E

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

Shades of Bird Flower #CAB00E

Tints of Bird Flower #CAB00E

Color information

#CAB00E (or 0xCAB00E) is unknown color: approx Bird Flower. HEX triplet: CA, B0 and 0E. RGB value is (202,176,14). Sum of RGB (Red+Green+Blue) = 202+176+14=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB00E is #354FF1. Grayscale: #A5A5A5. Windows color (decimal): -3493874 or 962762. OLE color: 962762.

HSL color Cylindrical-coordinate representation of color #CAB00E: hue angle of 51.7º 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 #CAB00E is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB20217614-
CMYK00.130.930.21
HSL51.7º87.04%42.35%-
HSV(B)51.7º93.07%79.22%-
XYZ39.9643.646.73-
YUV165.3142.61154.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.53%
GREEN value IS 176 (69.14% from 255) = 44.90%
BLUE value IS 14 (5.86% from 255) = 3.57%
R=51.53%
G=44.90%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021761400.130.930.2151.787.0442.35
HexCAB0E0D5D1534572a
Octal31226016015135256412752
Binary11001010101100001110011011011101101011101001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB00E; }

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

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

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

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

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

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

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

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