Html Css Color HEX #CAB117 Bird Flower

📋 copy color: '#CAB117'

red 202 ◦ green 177 ◦ blue 23

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

Shades of Bird Flower #CAB117

Tints of Bird Flower #CAB117

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.03%

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

R = 50.25%
G = 44.03%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAB117 (or 0xCAB117) is known color: Bird Flower. HEX triplet: CA, B1 and 17. RGB value is (202,177,23). Sum of RGB (Red+Green+Blue) = 202+177+23=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 23 (9.38% from 255 or 5.72% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB117 is #354EE8. Grayscale: #A7A7A7. Windows color (decimal): -3493609 or 1552842. OLE color: 1552842.

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

Color convert

RGB 202 177 23 -
CMYK 0 0.12 0.89 0.21
HSL 51.62º 0.8% 0.44% -
HSV(B) 51.62º 0.89% 0.79% -
XYZ 40.23 44.06 7.2 -
YUV 166.92 46.78 153.02 -
System Red Green Blue C M Y K H S L
Decimal 202 177 23 0 0.12 0.89 0.21 51.62 0.8 0.44
Hex CA B1 17 0 C 59 15 34 50 2C
Octal 312 261 27 0 14 131 25 64 120 54
Binary 11001010 10110001 10111 0 1100 1011001 10101 110100 1010000 101100

Color Harmonies of #CAB117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB117

Black with #CAB117

Text Example


Text Example

White with #CAB117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB117; }

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

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

background-color css

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

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

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

border-color css

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

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

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