Html Css Color HEX #CA9F20 Buddha Gold

📋 copy color: '#CA9F20'

red 202 ◦ green 159 ◦ blue 32

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

Shades of Buddha Gold #CA9F20

Tints of Buddha Gold #CA9F20

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.46%

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

R = 51.4%
G = 40.46%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA9F20 (or 0xCA9F20) is known color: Buddha Gold. HEX triplet: CA, 9F and 20. RGB value is (202,159,32). Sum of RGB (Red+Green+Blue) = 202+159+32=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9F20 is #3560DF. Grayscale: #9D9D9D. Windows color (decimal): -3498208 or 2138058. OLE color: 2138058.

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

Color convert

RGB 202 159 32 -
CMYK 0 0.21 0.84 0.21
HSL 44.82º 0.73% 0.46% -
HSV(B) 44.82º 0.84% 0.79% -
XYZ 37.02 37.46 6.65 -
YUV 157.38 57.25 159.83 -
System Red Green Blue C M Y K H S L
Decimal 202 159 32 0 0.21 0.84 0.21 44.82 0.73 0.46
Hex CA 9F 20 0 15 54 15 2D 49 2E
Octal 312 237 40 0 25 124 25 55 111 56
Binary 11001010 10011111 100000 0 10101 1010100 10101 101101 1001001 101110

Color Harmonies of #CA9F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9F20

Black with #CA9F20

Text Example


Text Example

White with #CA9F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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