Html Css Color HEX #CAB014 Bird Flower

📋 copy color: '#CAB014'

red 202 ◦ green 176 ◦ blue 20

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

Shades of Bird Flower #CAB014

Tints of Bird Flower #CAB014

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.22%

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

R = 50.75%
G = 44.22%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAB014 (or 0xCAB014) is known color: Bird Flower. HEX triplet: CA, B0 and 14. RGB value is (202,176,20). Sum of RGB (Red+Green+Blue) = 202+176+20=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB014 is #354FEB. Grayscale: #A6A6A6. Windows color (decimal): -3493868 or 1355978. OLE color: 1355978.

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

Color convert

RGB 202 176 20 -
CMYK 0 0.13 0.90 0.21
HSL 51.43º 0.82% 0.44% -
HSV(B) 51.43º 0.9% 0.79% -
XYZ 40.01 43.66 6.98 -
YUV 165.99 45.61 153.68 -
System Red Green Blue C M Y K H S L
Decimal 202 176 20 0 0.13 0.90 0.21 51.43 0.82 0.44
Hex CA B0 14 0 D 5A 15 33 52 2C
Octal 312 260 24 0 15 132 25 63 122 54
Binary 11001010 10110000 10100 0 1101 1011010 10101 110011 1010010 101100

Color Harmonies of #CAB014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB014

Black with #CAB014

Text Example


Text Example

White with #CAB014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB014; }

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

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

background-color css

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

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

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

border-color css

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

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

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