Html Css Color HEX #CAA407 Buddha Gold

📋 copy color: '#CAA407'

red 202 ◦ green 164 ◦ blue 7

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

Shades of Buddha Gold #CAA407

Tints of Buddha Gold #CAA407

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.97%

 BLUE value IS 7 (3.13% from 255) = 1.88%

R = 54.16%
G = 43.97%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CAA407 (or 0xCAA407) is known color: Buddha Gold. HEX triplet: CA, A4 and 07. RGB value is (202,164,7). Sum of RGB (Red+Green+Blue) = 202+164+7=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA407 is #355BF8. Grayscale: #9E9E9E. Windows color (decimal): -3496953 or 500938. OLE color: 500938.

HSL color Cylindrical-coordinate representation of color #CAA407: hue angle of 48.31º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CAA407 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 164 7 -
CMYK 0 0.19 0.97 0.21
HSL 48.31º 0.93% 0.41% -
HSV(B) 48.31º 0.97% 0.79% -
XYZ 37.67 39.12 5.77 -
YUV 157.46 43.09 159.77 -
System Red Green Blue C M Y K H S L
Decimal 202 164 7 0 0.19 0.97 0.21 48.31 0.93 0.41
Hex CA A4 7 0 13 61 15 30 5D 29
Octal 312 244 7 0 23 141 25 60 135 51
Binary 11001010 10100100 111 0 10011 1100001 10101 110000 1011101 101001

Color Harmonies of #CAA407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA407

Black with #CAA407

Text Example


Text Example

White with #CAA407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA407; }

 p { color: rgb(202,164,7); }

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

background-color css

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

 a { background-color: rgb(202,164,7); }

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

border-color css

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

 span { border-color: rgb(202,164,7); }

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