Html Css Color HEX #CAB316 Bird Flower

📋 copy color: '#CAB316'

red 202 ◦ green 179 ◦ blue 22

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

Shades of Bird Flower #CAB316

Tints of Bird Flower #CAB316

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.42%

 BLUE value IS 22 (8.98% from 255) = 5.46%

R = 50.12%
G = 44.42%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAB316 (or 0xCAB316) is known color: Bird Flower. HEX triplet: CA, B3 and 16. RGB value is (202,179,22). Sum of RGB (Red+Green+Blue) = 202+179+22=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB316 is #354CE9. Grayscale: #A8A8A8. Windows color (decimal): -3493098 or 1487818. OLE color: 1487818.

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

Color convert

RGB 202 179 22 -
CMYK 0 0.11 0.89 0.21
HSL 52.33º 0.8% 0.44% -
HSV(B) 52.33º 0.89% 0.79% -
XYZ 40.62 44.85 7.28 -
YUV 167.98 45.62 152.27 -
System Red Green Blue C M Y K H S L
Decimal 202 179 22 0 0.11 0.89 0.21 52.33 0.8 0.44
Hex CA B3 16 0 B 59 15 34 50 2C
Octal 312 263 26 0 13 131 25 64 120 54
Binary 11001010 10110011 10110 0 1011 1011001 10101 110100 1010000 101100

Color Harmonies of #CAB316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB316

Black with #CAB316

Text Example


Text Example

White with #CAB316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB316; }

 p { color: rgb(202,179,22); }

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

background-color css

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

 a { background-color: rgb(202,179,22); }

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

border-color css

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

 span { border-color: rgb(202,179,22); }

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