Html Css Color HEX #CAB114 Bird Flower

📋 copy color: '#CAB114'

red 202 ◦ green 177 ◦ blue 20

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

Shades of Bird Flower #CAB114

Tints of Bird Flower #CAB114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.01%

R = 50.63%
G = 44.36%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAB114 (or 0xCAB114) is known color: Bird Flower. HEX triplet: CA, B1 and 14. RGB value is (202,177,20). Sum of RGB (Red+Green+Blue) = 202+177+20=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB114 is #354EEB. Grayscale: #A7A7A7. Windows color (decimal): -3493612 or 1356234. OLE color: 1356234.

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

Color convert

RGB 202 177 20 -
CMYK 0 0.12 0.90 0.21
HSL 51.76º 0.82% 0.44% -
HSV(B) 51.76º 0.9% 0.79% -
XYZ 40.21 44.05 7.05 -
YUV 166.58 45.28 153.27 -
System Red Green Blue C M Y K H S L
Decimal 202 177 20 0 0.12 0.90 0.21 51.76 0.82 0.44
Hex CA B1 14 0 C 5A 15 34 52 2C
Octal 312 261 24 0 14 132 25 64 122 54
Binary 11001010 10110001 10100 0 1100 1011010 10101 110100 1010010 101100

Color Harmonies of #CAB114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB114

Black with #CAB114

Text Example


Text Example

White with #CAB114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB114; }

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

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

background-color css

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

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

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

border-color css

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

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

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