Html Css Color HEX #CAC619 Bird Flower

📋 copy color: '#CAC619'

red 202 ◦ green 198 ◦ blue 25

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

Shades of Bird Flower #CAC619

Tints of Bird Flower #CAC619

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.59%

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

R = 47.53%
G = 46.59%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CAC619 (or 0xCAC619) is known color: Bird Flower. HEX triplet: CA, C6 and 19. RGB value is (202,198,25). Sum of RGB (Red+Green+Blue) = 202+198+25=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC619 is #3539E6. Grayscale: #B4B4B4. Windows color (decimal): -3488231 or 1689290. OLE color: 1689290.

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

Color convert

RGB 202 198 25 -
CMYK 0 0.02 0.88 0.21
HSL 58.64º 0.78% 0.45% -
HSV(B) 58.64º 0.88% 0.79% -
XYZ 44.73 53.01 8.8 -
YUV 179.47 40.83 144.07 -
System Red Green Blue C M Y K H S L
Decimal 202 198 25 0 0.02 0.88 0.21 58.64 0.78 0.45
Hex CA C6 19 0 2 58 15 3B 4E 2D
Octal 312 306 31 0 2 130 25 73 116 55
Binary 11001010 11000110 11001 0 10 1011000 10101 111011 1001110 101101

Color Harmonies of #CAC619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC619

Black with #CAC619

Text Example


Text Example

White with #CAC619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC619; }

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

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

background-color css

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

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

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

border-color css

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

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

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