Html Css Color HEX #CAB917 Bird Flower

📋 copy color: '#CAB917'

red 202 ◦ green 185 ◦ blue 23

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

Shades of Bird Flower #CAB917

Tints of Bird Flower #CAB917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.61%

R = 49.27%
G = 45.12%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAB917 (or 0xCAB917) is known color: Bird Flower. HEX triplet: CA, B9 and 17. RGB value is (202,185,23). Sum of RGB (Red+Green+Blue) = 202+185+23=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB917 is #3546E8. Grayscale: #ACACAC. Windows color (decimal): -3491561 or 1554890. OLE color: 1554890.

HSL color Cylindrical-coordinate representation of color #CAB917: hue angle of 54.3º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAB917 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 185 23 -
CMYK 0 0.08 0.89 0.21
HSL 54.3º 0.8% 0.44% -
HSV(B) 54.3º 0.89% 0.79% -
XYZ 41.86 47.32 7.74 -
YUV 171.62 44.13 149.67 -
System Red Green Blue C M Y K H S L
Decimal 202 185 23 0 0.08 0.89 0.21 54.3 0.8 0.44
Hex CA B9 17 0 8 59 15 36 50 2C
Octal 312 271 27 0 10 131 25 66 120 54
Binary 11001010 10111001 10111 0 1000 1011001 10101 110110 1010000 101100

Color Harmonies of #CAB917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB917

Black with #CAB917

Text Example


Text Example

White with #CAB917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB917; }

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

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

background-color css

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

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

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

border-color css

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

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

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