#CAB00D

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

Shades of Bird Flower #CAB00D

Tints of Bird Flower #CAB00D

Color information

#CAB00D (or 0xCAB00D) is unknown color: approx Bird Flower. HEX triplet: CA, B0 and 0D. RGB value is (202,176,13). Sum of RGB (Red+Green+Blue) = 202+176+13=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB00D is #354FF2. Grayscale: #A5A5A5. Windows color (decimal): -3493875 or 897226. OLE color: 897226.

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

Color convert

RGB20217613-
CMYK00.130.940.21
HSL51.75º87.91%42.16%-
HSV(B)51.75º93.56%79.22%-
XYZ39.9643.646.7-
YUV165.1942.11154.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.66%
GREEN value IS 176 (69.14% from 255) = 45.01%
BLUE value IS 13 (5.47% from 255) = 3.32%
R=51.66%
G=45.01%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021761300.130.940.2151.7587.9142.16
HexCAB0D0D5E1534582a
Octal31226015015136256413052
Binary11001010101100001101011011011110101011101001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB00D; }

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

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

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

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

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

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

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

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