Html Css Color HEX #CAB915 Bird Flower

📋 copy color: '#CAB915'

red 202 ◦ green 185 ◦ blue 21

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

Shades of Bird Flower #CAB915

Tints of Bird Flower #CAB915

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.34%

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

R = 49.51%
G = 45.34%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAB915 (or 0xCAB915) is known color: Bird Flower. HEX triplet: CA, B9 and 15. RGB value is (202,185,21). Sum of RGB (Red+Green+Blue) = 202+185+21=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB915 is #3546EA. Grayscale: #ACACAC. Windows color (decimal): -3491563 or 1423818. OLE color: 1423818.

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

Color convert

RGB 202 185 21 -
CMYK 0 0.08 0.90 0.21
HSL 54.36º 0.81% 0.44% -
HSV(B) 54.36º 0.9% 0.79% -
XYZ 41.84 47.31 7.64 -
YUV 171.39 43.13 149.84 -
System Red Green Blue C M Y K H S L
Decimal 202 185 21 0 0.08 0.90 0.21 54.36 0.81 0.44
Hex CA B9 15 0 8 5A 15 36 51 2C
Octal 312 271 25 0 10 132 25 66 121 54
Binary 11001010 10111001 10101 0 1000 1011010 10101 110110 1010001 101100

Color Harmonies of #CAB915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB915

Black with #CAB915

Text Example


Text Example

White with #CAB915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB915; }

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

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

background-color css

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

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

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

border-color css

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

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

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