Html Css Color HEX #CAA309 Buddha Gold

📋 copy color: '#CAA309'

red 202 ◦ green 163 ◦ blue 9

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

Shades of Buddha Gold #CAA309

Tints of Buddha Gold #CAA309

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.58%

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

R = 54.01%
G = 43.58%
B = 2.41%

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

#CAA309 (or 0xCAA309) is known color: Buddha Gold. HEX triplet: CA, A3 and 09. RGB value is (202,163,9). Sum of RGB (Red+Green+Blue) = 202+163+9=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA309 is #355CF6. Grayscale: #9D9D9D. Windows color (decimal): -3497207 or 631754. OLE color: 631754.

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

Color convert

RGB 202 163 9 -
CMYK 0 0.19 0.96 0.21
HSL 47.88º 0.91% 0.41% -
HSV(B) 47.88º 0.96% 0.79% -
XYZ 37.5 38.77 5.77 -
YUV 157.11 44.42 160.02 -
System Red Green Blue C M Y K H S L
Decimal 202 163 9 0 0.19 0.96 0.21 47.88 0.91 0.41
Hex CA A3 9 0 13 60 15 30 5B 29
Octal 312 243 11 0 23 140 25 60 133 51
Binary 11001010 10100011 1001 0 10011 1100000 10101 110000 1011011 101001

Color Harmonies of #CAA309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA309

Black with #CAA309

Text Example


Text Example

White with #CAA309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA309; }

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

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

background-color css

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

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

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

border-color css

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

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

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