Html Css Color HEX #CAC019 Bird Flower

📋 copy color: '#CAC019'

red 202 ◦ green 192 ◦ blue 25

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

Shades of Bird Flower #CAC019

Tints of Bird Flower #CAC019

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.82%

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

R = 48.21%
G = 45.82%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CAC019 (or 0xCAC019) is known color: Bird Flower. HEX triplet: CA, C0 and 19. RGB value is (202,192,25). Sum of RGB (Red+Green+Blue) = 202+192+25=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 25 (10.16% from 255 or 5.97% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC019 is #353FE6. Grayscale: #B0B0B0. Windows color (decimal): -3489767 or 1687754. OLE color: 1687754.

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

Color convert

RGB 202 192 25 -
CMYK 0 0.05 0.88 0.21
HSL 56.61º 0.78% 0.45% -
HSV(B) 56.61º 0.88% 0.79% -
XYZ 43.38 50.33 8.35 -
YUV 175.95 42.81 146.58 -
System Red Green Blue C M Y K H S L
Decimal 202 192 25 0 0.05 0.88 0.21 56.61 0.78 0.45
Hex CA C0 19 0 5 58 15 39 4E 2D
Octal 312 300 31 0 5 130 25 71 116 55
Binary 11001010 11000000 11001 0 101 1011000 10101 111001 1001110 101101

Color Harmonies of #CAC019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC019

Black with #CAC019

Text Example


Text Example

White with #CAC019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC019; }

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

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

background-color css

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

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

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

border-color css

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

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

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