Html Css Color HEX #C4A217 Buddha Gold

📋 copy color: '#C4A217'

red 196 ◦ green 162 ◦ blue 23

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

Shades of Buddha Gold #C4A217

Tints of Buddha Gold #C4A217

RGB

 RED value IS 196 (76.95% from 255) = 51.44%

 GREEN value IS 162 (63.67% from 255) = 42.52%

 BLUE value IS 23 (9.38% from 255) = 6.04%

R = 51.44%
G = 42.52%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C4A217 (or 0xC4A217) is known color: Buddha Gold. HEX triplet: C4, A2 and 17. RGB value is (196,162,23). Sum of RGB (Red+Green+Blue) = 196+162+23=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A217 is #3B5DE8. Grayscale: #9C9C9C. Windows color (decimal): -3890665 or 1548996. OLE color: 1548996.

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

Color convert

RGB 196 162 23 -
CMYK 0 0.17 0.88 0.23
HSL 48.21º 0.79% 0.43% -
HSV(B) 48.21º 0.88% 0.77% -
XYZ 35.84 37.64 6.19 -
YUV 156.32 52.76 156.3 -
System Red Green Blue C M Y K H S L
Decimal 196 162 23 0 0.17 0.88 0.23 48.21 0.79 0.43
Hex C4 A2 17 0 11 58 17 30 4F 2B
Octal 304 242 27 0 21 130 27 60 117 53
Binary 11000100 10100010 10111 0 10001 1011000 10111 110000 1001111 101011

Color Harmonies of #C4A217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A217

Black with #C4A217

Text Example


Text Example

White with #C4A217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A217; }

 p { color: rgb(196,162,23); }

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

background-color css

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

 a { background-color: rgb(196,162,23); }

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

border-color css

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

 span { border-color: rgb(196,162,23); }

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