Html Css Color HEX #CAA004 Buddha Gold

📋 copy color: '#CAA004'

red 202 ◦ green 160 ◦ blue 4

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

Shades of Buddha Gold #CAA004

Tints of Buddha Gold #CAA004

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.72%

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 55.19%
G = 43.72%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CAA004 (or 0xCAA004) is known color: Buddha Gold. HEX triplet: CA, A0 and 04. RGB value is (202,160,4). Sum of RGB (Red+Green+Blue) = 202+160+4=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA004 is #355FFB. Grayscale: #9B9B9B. Windows color (decimal): -3497980 or 303306. OLE color: 303306.

HSL color Cylindrical-coordinate representation of color #CAA004: hue angle of 47.27º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAA004 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 160 4 -
CMYK 0 0.21 0.98 0.21
HSL 47.27º 0.96% 0.4% -
HSV(B) 47.27º 0.98% 0.79% -
XYZ 36.95 37.71 5.45 -
YUV 154.77 42.91 161.68 -
System Red Green Blue C M Y K H S L
Decimal 202 160 4 0 0.21 0.98 0.21 47.27 0.96 0.4
Hex CA A0 4 0 15 62 15 2F 60 28
Octal 312 240 4 0 25 142 25 57 140 50
Binary 11001010 10100000 100 0 10101 1100010 10101 101111 1100000 101000

Color Harmonies of #CAA004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA004

Black with #CAA004

Text Example


Text Example

White with #CAA004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA004; }

 p { color: rgb(202,160,4); }

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

background-color css

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

 a { background-color: rgb(202,160,4); }

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

border-color css

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

 span { border-color: rgb(202,160,4); }

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