Html Css Color HEX #C4A817 Buddha Gold

📋 copy color: '#C4A817'

red 196 ◦ green 168 ◦ blue 23

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

Shades of Buddha Gold #C4A817

Tints of Buddha Gold #C4A817

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.41%

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

R = 50.65%
G = 43.41%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C4A817 (or 0xC4A817) is known color: Buddha Gold. HEX triplet: C4, A8 and 17. RGB value is (196,168,23). Sum of RGB (Red+Green+Blue) = 196+168+23=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A817 is #3B57E8. Grayscale: #A0A0A0. Windows color (decimal): -3889129 or 1550532. OLE color: 1550532.

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

Color convert

RGB 196 168 23 -
CMYK 0 0.14 0.88 0.23
HSL 50.29º 0.79% 0.43% -
HSV(B) 50.29º 0.88% 0.77% -
XYZ 36.92 39.8 6.55 -
YUV 159.84 50.78 153.79 -
System Red Green Blue C M Y K H S L
Decimal 196 168 23 0 0.14 0.88 0.23 50.29 0.79 0.43
Hex C4 A8 17 0 E 58 17 32 4F 2B
Octal 304 250 27 0 16 130 27 62 117 53
Binary 11000100 10101000 10111 0 1110 1011000 10111 110010 1001111 101011

Color Harmonies of #C4A817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A817

Black with #C4A817

Text Example


Text Example

White with #C4A817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A817; }

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

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

background-color css

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

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

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

border-color css

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

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

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