Html Css Color HEX #CA9C11 Buddha Gold

📋 copy color: '#CA9C11'

red 202 ◦ green 156 ◦ blue 17

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

Shades of Buddha Gold #CA9C11

Tints of Buddha Gold #CA9C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.53%

R = 53.87%
G = 41.6%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA9C11 (or 0xCA9C11) is known color: Buddha Gold. HEX triplet: CA, 9C and 11. RGB value is (202,156,17). Sum of RGB (Red+Green+Blue) = 202+156+17=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9C11 is #3563EE. Grayscale: #9A9A9A. Windows color (decimal): -3498991 or 1154250. OLE color: 1154250.

HSL color Cylindrical-coordinate representation of color #CA9C11: hue angle of 45.08º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA9C11 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 156 17 -
CMYK 0 0.23 0.92 0.21
HSL 45.08º 0.84% 0.43% -
HSV(B) 45.08º 0.92% 0.79% -
XYZ 36.35 36.37 5.64 -
YUV 153.91 50.74 162.3 -
System Red Green Blue C M Y K H S L
Decimal 202 156 17 0 0.23 0.92 0.21 45.08 0.84 0.43
Hex CA 9C 11 0 17 5C 15 2D 54 2B
Octal 312 234 21 0 27 134 25 55 124 53
Binary 11001010 10011100 10001 0 10111 1011100 10101 101101 1010100 101011

Color Harmonies of #CA9C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9C11

Black with #CA9C11

Text Example


Text Example

White with #CA9C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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