Html Css Color HEX #CAB817 Bird Flower

📋 copy color: '#CAB817'

red 202 ◦ green 184 ◦ blue 23

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

Shades of Bird Flower #CAB817

Tints of Bird Flower #CAB817

RGB

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

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

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

R = 49.39%
G = 44.99%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAB817 (or 0xCAB817) is known color: Bird Flower. HEX triplet: CA, B8 and 17. RGB value is (202,184,23). Sum of RGB (Red+Green+Blue) = 202+184+23=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 23 (9.38% from 255 or 5.62% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB817 is #3547E8. Grayscale: #ABABAB. Windows color (decimal): -3491817 or 1554634. OLE color: 1554634.

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

Color convert

RGB 202 184 23 -
CMYK 0 0.09 0.89 0.21
HSL 53.97º 0.8% 0.44% -
HSV(B) 53.97º 0.89% 0.79% -
XYZ 41.65 46.9 7.67 -
YUV 171.03 44.46 150.09 -
System Red Green Blue C M Y K H S L
Decimal 202 184 23 0 0.09 0.89 0.21 53.97 0.8 0.44
Hex CA B8 17 0 9 59 15 36 50 2C
Octal 312 270 27 0 11 131 25 66 120 54
Binary 11001010 10111000 10111 0 1001 1011001 10101 110110 1010000 101100

Color Harmonies of #CAB817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB817

Black with #CAB817

Text Example


Text Example

White with #CAB817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB817; }

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

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

background-color css

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

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

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

border-color css

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

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

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