Html Css Color HEX #CAB815 Bird Flower

📋 copy color: '#CAB815'

red 202 ◦ green 184 ◦ blue 21

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

Shades of Bird Flower #CAB815

Tints of Bird Flower #CAB815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.16%

R = 49.63%
G = 45.21%
B = 5.16%

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

#CAB815 (or 0xCAB815) is known color: Bird Flower. HEX triplet: CA, B8 and 15. RGB value is (202,184,21). Sum of RGB (Red+Green+Blue) = 202+184+21=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB815 is #3547EA. Grayscale: #ABABAB. Windows color (decimal): -3491819 or 1423562. OLE color: 1423562.

HSL color Cylindrical-coordinate representation of color #CAB815: hue angle of 54.03º degrees, saturation: 0.81, 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 #CAB815 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 184 21 -
CMYK 0 0.09 0.90 0.21
HSL 54.03º 0.81% 0.44% -
HSV(B) 54.03º 0.9% 0.79% -
XYZ 41.63 46.89 7.57 -
YUV 170.8 43.46 150.25 -
System Red Green Blue C M Y K H S L
Decimal 202 184 21 0 0.09 0.90 0.21 54.03 0.81 0.44
Hex CA B8 15 0 9 5A 15 36 51 2C
Octal 312 270 25 0 11 132 25 66 121 54
Binary 11001010 10111000 10101 0 1001 1011010 10101 110110 1010001 101100

Color Harmonies of #CAB815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB815

Black with #CAB815

Text Example


Text Example

White with #CAB815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB815; }

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

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

background-color css

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

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

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

border-color css

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

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

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