Html Css Color HEX #CAB118 Bird Flower

📋 copy color: '#CAB118'

red 202 ◦ green 177 ◦ blue 24

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

Shades of Bird Flower #CAB118

Tints of Bird Flower #CAB118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.96%

R = 50.12%
G = 43.92%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CAB118 (or 0xCAB118) is known color: Bird Flower. HEX triplet: CA, B1 and 18. RGB value is (202,177,24). Sum of RGB (Red+Green+Blue) = 202+177+24=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB118 is #354EE7. Grayscale: #A7A7A7. Windows color (decimal): -3493608 or 1618378. OLE color: 1618378.

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

Color convert

RGB 202 177 24 -
CMYK 0 0.12 0.88 0.21
HSL 51.57º 0.79% 0.44% -
HSV(B) 51.57º 0.88% 0.79% -
XYZ 40.24 44.07 7.25 -
YUV 167.03 47.28 152.94 -
System Red Green Blue C M Y K H S L
Decimal 202 177 24 0 0.12 0.88 0.21 51.57 0.79 0.44
Hex CA B1 18 0 C 58 15 34 4F 2C
Octal 312 261 30 0 14 130 25 64 117 54
Binary 11001010 10110001 11000 0 1100 1011000 10101 110100 1001111 101100

Color Harmonies of #CAB118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB118

Black with #CAB118

Text Example


Text Example

White with #CAB118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB118; }

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

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

background-color css

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

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

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

border-color css

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

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

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