Html Css Color HEX #CA9E21 Buddha Gold

📋 copy color: '#CA9E21'

red 202 ◦ green 158 ◦ blue 33

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

Shades of Buddha Gold #CA9E21

Tints of Buddha Gold #CA9E21

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.2%

 BLUE value IS 33 (13.28% from 255) = 8.4%

R = 51.4%
G = 40.2%
B = 8.4%

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

#CA9E21 (or 0xCA9E21) is known color: Buddha Gold. HEX triplet: CA, 9E and 21. RGB value is (202,158,33). Sum of RGB (Red+Green+Blue) = 202+158+33=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 33 (13.28% from 255 or 8.40% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E21 is #3561DE. Grayscale: #9D9D9D. Windows color (decimal): -3498463 or 2203338. OLE color: 2203338.

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

Color convert

RGB 202 158 33 -
CMYK 0 0.22 0.84 0.21
HSL 44.38º 0.72% 0.46% -
HSV(B) 44.38º 0.84% 0.79% -
XYZ 36.86 37.12 6.66 -
YUV 156.91 58.08 160.16 -
System Red Green Blue C M Y K H S L
Decimal 202 158 33 0 0.22 0.84 0.21 44.38 0.72 0.46
Hex CA 9E 21 0 16 54 15 2C 48 2E
Octal 312 236 41 0 26 124 25 54 110 56
Binary 11001010 10011110 100001 0 10110 1010100 10101 101100 1001000 101110

Color Harmonies of #CA9E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9E21

Black with #CA9E21

Text Example


Text Example

White with #CA9E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9E21; }

 p { color: rgb(202,158,33); }

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

background-color css

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

 a { background-color: rgb(202,158,33); }

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

border-color css

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

 span { border-color: rgb(202,158,33); }

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