Html Css Color HEX #CAB519 Bird Flower

📋 copy color: '#CAB519'

red 202 ◦ green 181 ◦ blue 25

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

Shades of Bird Flower #CAB519

Tints of Bird Flower #CAB519

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.36%

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

R = 49.51%
G = 44.36%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CAB519 (or 0xCAB519) is known color: Bird Flower. HEX triplet: CA, B5 and 19. RGB value is (202,181,25). Sum of RGB (Red+Green+Blue) = 202+181+25=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB519 is #354AE6. Grayscale: #AAAAAA. Windows color (decimal): -3492583 or 1684938. OLE color: 1684938.

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

Color convert

RGB 202 181 25 -
CMYK 0 0.10 0.88 0.21
HSL 52.88º 0.78% 0.45% -
HSV(B) 52.88º 0.88% 0.79% -
XYZ 41.06 45.67 7.57 -
YUV 169.5 46.46 151.18 -
System Red Green Blue C M Y K H S L
Decimal 202 181 25 0 0.10 0.88 0.21 52.88 0.78 0.45
Hex CA B5 19 0 A 58 15 35 4E 2D
Octal 312 265 31 0 12 130 25 65 116 55
Binary 11001010 10110101 11001 0 1010 1011000 10101 110101 1001110 101101

Color Harmonies of #CAB519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB519

Black with #CAB519

Text Example


Text Example

White with #CAB519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB519; }

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

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

background-color css

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

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

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

border-color css

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

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

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