Html Css Color HEX #CAB019 Bird Flower

📋 copy color: '#CAB019'

red 202 ◦ green 176 ◦ blue 25

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

Shades of Bird Flower #CAB019

Tints of Bird Flower #CAB019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.2%

R = 50.12%
G = 43.67%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CAB019 (or 0xCAB019) is known color: Bird Flower. HEX triplet: CA, B0 and 19. RGB value is (202,176,25). Sum of RGB (Red+Green+Blue) = 202+176+25=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB019 is #354FE6. Grayscale: #A7A7A7. Windows color (decimal): -3493863 or 1683658. OLE color: 1683658.

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

Color convert

RGB 202 176 25 -
CMYK 0 0.13 0.88 0.21
HSL 51.19º 0.78% 0.45% -
HSV(B) 51.19º 0.88% 0.79% -
XYZ 40.06 43.68 7.24 -
YUV 166.56 48.11 153.28 -
System Red Green Blue C M Y K H S L
Decimal 202 176 25 0 0.13 0.88 0.21 51.19 0.78 0.45
Hex CA B0 19 0 D 58 15 33 4E 2D
Octal 312 260 31 0 15 130 25 63 116 55
Binary 11001010 10110000 11001 0 1101 1011000 10101 110011 1001110 101101

Color Harmonies of #CAB019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB019

Black with #CAB019

Text Example


Text Example

White with #CAB019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB019; }

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

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

background-color css

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

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

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

border-color css

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

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

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