Html Css Color HEX #CAA409 Buddha Gold

📋 copy color: '#CAA409'

red 202 ◦ green 164 ◦ blue 9

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

Shades of Buddha Gold #CAA409

Tints of Buddha Gold #CAA409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.4%

R = 53.87%
G = 43.73%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CAA409 (or 0xCAA409) is known color: Buddha Gold. HEX triplet: CA, A4 and 09. RGB value is (202,164,9). Sum of RGB (Red+Green+Blue) = 202+164+9=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA409 is #355BF6. Grayscale: #9E9E9E. Windows color (decimal): -3496951 or 632010. OLE color: 632010.

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

Color convert

RGB 202 164 9 -
CMYK 0 0.19 0.96 0.21
HSL 48.19º 0.91% 0.41% -
HSV(B) 48.19º 0.96% 0.79% -
XYZ 37.68 39.13 5.82 -
YUV 157.69 44.09 159.6 -
System Red Green Blue C M Y K H S L
Decimal 202 164 9 0 0.19 0.96 0.21 48.19 0.91 0.41
Hex CA A4 9 0 13 60 15 30 5B 29
Octal 312 244 11 0 23 140 25 60 133 51
Binary 11001010 10100100 1001 0 10011 1100000 10101 110000 1011011 101001

Color Harmonies of #CAA409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA409

Black with #CAA409

Text Example


Text Example

White with #CAA409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA409; }

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

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

background-color css

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

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

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

border-color css

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

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

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