Html Css Color HEX #CA9A20 Buddha Gold

📋 copy color: '#CA9A20'

red 202 ◦ green 154 ◦ blue 32

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

Shades of Buddha Gold #CA9A20

Tints of Buddha Gold #CA9A20

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.69%

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

R = 52.06%
G = 39.69%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA9A20 (or 0xCA9A20) is known color: Buddha Gold. HEX triplet: CA, 9A and 20. RGB value is (202,154,32). Sum of RGB (Red+Green+Blue) = 202+154+32=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9A20 is #3565DF. Grayscale: #9A9A9A. Windows color (decimal): -3499488 or 2136778. OLE color: 2136778.

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

Color convert

RGB 202 154 32 -
CMYK 0 0.24 0.84 0.21
HSL 43.06º 0.73% 0.46% -
HSV(B) 43.06º 0.84% 0.79% -
XYZ 36.17 35.77 6.36 -
YUV 154.44 58.9 161.92 -
System Red Green Blue C M Y K H S L
Decimal 202 154 32 0 0.24 0.84 0.21 43.06 0.73 0.46
Hex CA 9A 20 0 18 54 15 2B 49 2E
Octal 312 232 40 0 30 124 25 53 111 56
Binary 11001010 10011010 100000 0 11000 1010100 10101 101011 1001001 101110

Color Harmonies of #CA9A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9A20

Black with #CA9A20

Text Example


Text Example

White with #CA9A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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