Html Css Color HEX #CAA504 Buddha Gold

📋 copy color: '#CAA504'

red 202 ◦ green 165 ◦ blue 4

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

Shades of Buddha Gold #CAA504

Tints of Buddha Gold #CAA504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.47%

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

R = 54.45%
G = 44.47%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CAA504 (or 0xCAA504) is known color: Buddha Gold. HEX triplet: CA, A5 and 04. RGB value is (202,165,4). Sum of RGB (Red+Green+Blue) = 202+165+4=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA504 is #355AFB. Grayscale: #9E9E9E. Windows color (decimal): -3496700 or 304586. OLE color: 304586.

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

Color convert

RGB 202 165 4 -
CMYK 0 0.18 0.98 0.21
HSL 48.79º 0.96% 0.4% -
HSV(B) 48.79º 0.98% 0.79% -
XYZ 37.83 39.48 5.74 -
YUV 157.71 41.26 159.59 -
System Red Green Blue C M Y K H S L
Decimal 202 165 4 0 0.18 0.98 0.21 48.79 0.96 0.4
Hex CA A5 4 0 12 62 15 31 60 28
Octal 312 245 4 0 22 142 25 61 140 50
Binary 11001010 10100101 100 0 10010 1100010 10101 110001 1100000 101000

Color Harmonies of #CAA504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA504

Black with #CAA504

Text Example


Text Example

White with #CAA504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA504; }

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

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

background-color css

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

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

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

border-color css

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

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

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