Html Css Color HEX #CA9820 Buddha Gold

📋 copy color: '#CA9820'

red 202 ◦ green 152 ◦ blue 32

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

Shades of Buddha Gold #CA9820

Tints of Buddha Gold #CA9820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.38%

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

R = 52.33%
G = 39.38%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA9820 (or 0xCA9820) is known color: Buddha Gold. HEX triplet: CA, 98 and 20. RGB value is (202,152,32). Sum of RGB (Red+Green+Blue) = 202+152+32=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9820 is #3567DF. Grayscale: #999999. Windows color (decimal): -3500000 or 2136266. OLE color: 2136266.

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

Color convert

RGB 202 152 32 -
CMYK 0 0.25 0.84 0.21
HSL 42.35º 0.73% 0.46% -
HSV(B) 42.35º 0.84% 0.79% -
XYZ 35.85 35.12 6.26 -
YUV 153.27 59.57 162.76 -
System Red Green Blue C M Y K H S L
Decimal 202 152 32 0 0.25 0.84 0.21 42.35 0.73 0.46
Hex CA 98 20 0 19 54 15 2A 49 2E
Octal 312 230 40 0 31 124 25 52 111 56
Binary 11001010 10011000 100000 0 11001 1010100 10101 101010 1001001 101110

Color Harmonies of #CA9820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9820

Black with #CA9820

Text Example


Text Example

White with #CA9820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9820; }

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

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

background-color css

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

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

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

border-color css

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

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

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