Html Css Color HEX #CAB619 Bird Flower

📋 copy color: '#CAB619'

red 202 ◦ green 182 ◦ blue 25

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

Shades of Bird Flower #CAB619

Tints of Bird Flower #CAB619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.5%

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

R = 49.39%
G = 44.5%
B = 6.11%

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

#CAB619 (or 0xCAB619) is known color: Bird Flower. HEX triplet: CA, B6 and 19. RGB value is (202,182,25). Sum of RGB (Red+Green+Blue) = 202+182+25=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB619 is #3549E6. Grayscale: #AAAAAA. Windows color (decimal): -3492327 or 1685194. OLE color: 1685194.

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

Color convert

RGB 202 182 25 -
CMYK 0 0.10 0.88 0.21
HSL 53.22º 0.78% 0.45% -
HSV(B) 53.22º 0.88% 0.79% -
XYZ 41.26 46.08 7.64 -
YUV 170.08 46.13 150.77 -
System Red Green Blue C M Y K H S L
Decimal 202 182 25 0 0.10 0.88 0.21 53.22 0.78 0.45
Hex CA B6 19 0 A 58 15 35 4E 2D
Octal 312 266 31 0 12 130 25 65 116 55
Binary 11001010 10110110 11001 0 1010 1011000 10101 110101 1001110 101101

Color Harmonies of #CAB619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB619

Black with #CAB619

Text Example


Text Example

White with #CAB619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB619; }

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

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

background-color css

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

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

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

border-color css

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

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

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