Html Css Color HEX #CA9C21 Buddha Gold

📋 copy color: '#CA9C21'

red 202 ◦ green 156 ◦ blue 33

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

Shades of Buddha Gold #CA9C21

Tints of Buddha Gold #CA9C21

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.9%

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

R = 51.66%
G = 39.9%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA9C21 (or 0xCA9C21) is known color: Buddha Gold. HEX triplet: CA, 9C and 21. RGB value is (202,156,33). Sum of RGB (Red+Green+Blue) = 202+156+33=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9C21 is #3563DE. Grayscale: #9C9C9C. Windows color (decimal): -3498975 or 2202826. OLE color: 2202826.

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

Color convert

RGB 202 156 33 -
CMYK 0 0.23 0.84 0.21
HSL 43.67º 0.72% 0.46% -
HSV(B) 43.67º 0.84% 0.79% -
XYZ 36.52 36.44 6.55 -
YUV 155.73 58.74 161 -
System Red Green Blue C M Y K H S L
Decimal 202 156 33 0 0.23 0.84 0.21 43.67 0.72 0.46
Hex CA 9C 21 0 17 54 15 2C 48 2E
Octal 312 234 41 0 27 124 25 54 110 56
Binary 11001010 10011100 100001 0 10111 1010100 10101 101100 1001000 101110

Color Harmonies of #CA9C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9C21

Black with #CA9C21

Text Example


Text Example

White with #CA9C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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