Html Css Color HEX #CAA109 Buddha Gold

📋 copy color: '#CAA109'

red 202 ◦ green 161 ◦ blue 9

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

Shades of Buddha Gold #CAA109

Tints of Buddha Gold #CAA109

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.28%

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

R = 54.3%
G = 43.28%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CAA109 (or 0xCAA109) is known color: Buddha Gold. HEX triplet: CA, A1 and 09. RGB value is (202,161,9). Sum of RGB (Red+Green+Blue) = 202+161+9=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 9 (3.91% from 255 or 2.42% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA109 is #355EF6. Grayscale: #9C9C9C. Windows color (decimal): -3497719 or 631242. OLE color: 631242.

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

Color convert

RGB 202 161 9 -
CMYK 0 0.20 0.96 0.21
HSL 47.25º 0.91% 0.41% -
HSV(B) 47.25º 0.96% 0.79% -
XYZ 37.15 38.07 5.65 -
YUV 155.93 45.08 160.86 -
System Red Green Blue C M Y K H S L
Decimal 202 161 9 0 0.20 0.96 0.21 47.25 0.91 0.41
Hex CA A1 9 0 14 60 15 2F 5B 29
Octal 312 241 11 0 24 140 25 57 133 51
Binary 11001010 10100001 1001 0 10100 1100000 10101 101111 1011011 101001

Color Harmonies of #CAA109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA109

Black with #CAA109

Text Example


Text Example

White with #CAA109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA109; }

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

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

background-color css

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

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

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

border-color css

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

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

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