Html Css Color HEX #CAA205 Buddha Gold

📋 copy color: '#CAA205'

red 202 ◦ green 162 ◦ blue 5

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

Shades of Buddha Gold #CAA205

Tints of Buddha Gold #CAA205

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.9%

 BLUE value IS 5 (2.34% from 255) = 1.36%

R = 54.74%
G = 43.9%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CAA205 (or 0xCAA205) is known color: Buddha Gold. HEX triplet: CA, A2 and 05. RGB value is (202,162,5). Sum of RGB (Red+Green+Blue) = 202+162+5=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 5 (2.34% from 255 or 1.36% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA205 is #355DFA. Grayscale: #9C9C9C. Windows color (decimal): -3497467 or 369354. OLE color: 369354.

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

Color convert

RGB 202 162 5 -
CMYK 0 0.20 0.98 0.21
HSL 47.82º 0.95% 0.41% -
HSV(B) 47.82º 0.98% 0.79% -
XYZ 37.3 38.41 5.59 -
YUV 156.06 42.75 160.77 -
System Red Green Blue C M Y K H S L
Decimal 202 162 5 0 0.20 0.98 0.21 47.82 0.95 0.41
Hex CA A2 5 0 14 62 15 30 5F 29
Octal 312 242 5 0 24 142 25 60 137 51
Binary 11001010 10100010 101 0 10100 1100010 10101 110000 1011111 101001

Color Harmonies of #CAA205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA205

Black with #CAA205

Text Example


Text Example

White with #CAA205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA205; }

 p { color: rgb(202,162,5); }

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

background-color css

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

 a { background-color: rgb(202,162,5); }

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

border-color css

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

 span { border-color: rgb(202,162,5); }

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