Html Css Color HEX #CAC815 Bird Flower

📋 copy color: '#CAC815'

red 202 ◦ green 200 ◦ blue 21

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

Shades of Bird Flower #CAC815

Tints of Bird Flower #CAC815

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.28%

 BLUE value IS 21 (8.59% from 255) = 4.96%

R = 47.75%
G = 47.28%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAC815 (or 0xCAC815) is known color: Bird Flower. HEX triplet: CA, C8 and 15. RGB value is (202,200,21). Sum of RGB (Red+Green+Blue) = 202+200+21=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC815 is #3537EA. Grayscale: #B4B4B4. Windows color (decimal): -3487723 or 1427658. OLE color: 1427658.

HSL color Cylindrical-coordinate representation of color #CAC815: hue angle of 59.34º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAC815 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 200 21 -
CMYK 0 0.01 0.90 0.21
HSL 59.34º 0.81% 0.44% -
HSV(B) 59.34º 0.9% 0.79% -
XYZ 45.15 53.92 8.74 -
YUV 180.19 38.16 143.55 -
System Red Green Blue C M Y K H S L
Decimal 202 200 21 0 0.01 0.90 0.21 59.34 0.81 0.44
Hex CA C8 15 0 1 5A 15 3B 51 2C
Octal 312 310 25 0 1 132 25 73 121 54
Binary 11001010 11001000 10101 0 1 1011010 10101 111011 1010001 101100

Color Harmonies of #CAC815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC815

Black with #CAC815

Text Example


Text Example

White with #CAC815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC815; }

 p { color: rgb(202,200,21); }

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

background-color css

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

 a { background-color: rgb(202,200,21); }

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

border-color css

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

 span { border-color: rgb(202,200,21); }

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