Html Css Color HEX #CAB819 Bird Flower

📋 copy color: '#CAB819'

red 202 ◦ green 184 ◦ blue 25

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

Shades of Bird Flower #CAB819

Tints of Bird Flower #CAB819

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.77%

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

R = 49.15%
G = 44.77%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CAB819 (or 0xCAB819) is known color: Bird Flower. HEX triplet: CA, B8 and 19. RGB value is (202,184,25). Sum of RGB (Red+Green+Blue) = 202+184+25=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB819 is #3547E6. Grayscale: #ABABAB. Windows color (decimal): -3491815 or 1685706. OLE color: 1685706.

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

Color convert

RGB 202 184 25 -
CMYK 0 0.09 0.88 0.21
HSL 53.9º 0.78% 0.45% -
HSV(B) 53.9º 0.88% 0.79% -
XYZ 41.67 46.91 7.78 -
YUV 171.26 45.46 149.93 -
System Red Green Blue C M Y K H S L
Decimal 202 184 25 0 0.09 0.88 0.21 53.9 0.78 0.45
Hex CA B8 19 0 9 58 15 36 4E 2D
Octal 312 270 31 0 11 130 25 66 116 55
Binary 11001010 10111000 11001 0 1001 1011000 10101 110110 1001110 101101

Color Harmonies of #CAB819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB819

Black with #CAB819

Text Example


Text Example

White with #CAB819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB819; }

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

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

background-color css

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

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

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

border-color css

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

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

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