Html Css Color HEX #CAB814 Bird Flower

📋 copy color: '#CAB814'

red 202 ◦ green 184 ◦ blue 20

#CAB814
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CAB814

Tints of Bird Flower #CAB814

RGB

 RED value IS 202 (79.3% from 255) = 49.75%

 GREEN value IS 184 (72.27% from 255) = 45.32%

 BLUE value IS 20 (8.2% from 255) = 4.93%

R = 49.75%
G = 45.32%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAB814 (or 0xCAB814) is known color: Bird Flower. HEX triplet: CA, B8 and 14. RGB value is (202,184,20). Sum of RGB (Red+Green+Blue) = 202+184+20=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB814 is #3547EB. Grayscale: #ABABAB. Windows color (decimal): -3491820 or 1358026. OLE color: 1358026.

HSL color Cylindrical-coordinate representation of color #CAB814: hue angle of 54.07º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAB814 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 184 20 -
CMYK 0 0.09 0.90 0.21
HSL 54.07º 0.82% 0.44% -
HSV(B) 54.07º 0.9% 0.79% -
XYZ 41.62 46.89 7.52 -
YUV 170.69 42.96 150.34 -
System Red Green Blue C M Y K H S L
Decimal 202 184 20 0 0.09 0.90 0.21 54.07 0.82 0.44
Hex CA B8 14 0 9 5A 15 36 52 2C
Octal 312 270 24 0 11 132 25 66 122 54
Binary 11001010 10111000 10100 0 1001 1011010 10101 110110 1010010 101100

Color Harmonies of #CAB814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB814

Black with #CAB814

Text Example


Text Example

White with #CAB814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB814; }

 p { color: rgb(202,184,20); }

 H1.HeaderClassName
 {
   color: #CAB814;
 }
 .AnyTagClassName
 {
   color: #CAB814;
 }
</style>

background-color css

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

 a { background-color: rgb(202,184,20); }

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

border-color css

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

 span { border-color: rgb(202,184,20); }

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