Html Css Color HEX #CA9D20 Buddha Gold

📋 copy color: '#CA9D20'

red 202 ◦ green 157 ◦ blue 32

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

Shades of Buddha Gold #CA9D20

Tints of Buddha Gold #CA9D20

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.15%

 BLUE value IS 32 (12.89% from 255) = 8.18%

R = 51.66%
G = 40.15%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA9D20 (or 0xCA9D20) is known color: Buddha Gold. HEX triplet: CA, 9D and 20. RGB value is (202,157,32). Sum of RGB (Red+Green+Blue) = 202+157+32=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9D20 is #3562DF. Grayscale: #9C9C9C. Windows color (decimal): -3498720 or 2137546. OLE color: 2137546.

HSL color Cylindrical-coordinate representation of color #CA9D20: hue angle of 44.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA9D20 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 157 32 -
CMYK 0 0.22 0.84 0.21
HSL 44.12º 0.73% 0.46% -
HSV(B) 44.12º 0.84% 0.79% -
XYZ 36.67 36.77 6.53 -
YUV 156.21 57.91 160.66 -
System Red Green Blue C M Y K H S L
Decimal 202 157 32 0 0.22 0.84 0.21 44.12 0.73 0.46
Hex CA 9D 20 0 16 54 15 2C 49 2E
Octal 312 235 40 0 26 124 25 54 111 56
Binary 11001010 10011101 100000 0 10110 1010100 10101 101100 1001001 101110

Color Harmonies of #CA9D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9D20

Black with #CA9D20

Text Example


Text Example

White with #CA9D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9D20; }

 p { color: rgb(202,157,32); }

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

background-color css

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

 a { background-color: rgb(202,157,32); }

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

border-color css

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

 span { border-color: rgb(202,157,32); }

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