Html Css Color HEX #C4A01D Buddha Gold

📋 copy color: '#C4A01D'

red 196 ◦ green 160 ◦ blue 29

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

Shades of Buddha Gold #C4A01D

Tints of Buddha Gold #C4A01D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.56%

 BLUE value IS 29 (11.72% from 255) = 7.53%

R = 50.91%
G = 41.56%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4A01D (or 0xC4A01D) is known color: Buddha Gold. HEX triplet: C4, A0 and 1D. RGB value is (196,160,29). Sum of RGB (Red+Green+Blue) = 196+160+29=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A01D is #3B5FE2. Grayscale: #9C9C9C. Windows color (decimal): -3891171 or 1941700. OLE color: 1941700.

HSL color Cylindrical-coordinate representation of color #C4A01D: hue angle of 47.07º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4A01D is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 160 29 -
CMYK 0 0.18 0.85 0.23
HSL 47.07º 0.74% 0.44% -
HSV(B) 47.07º 0.85% 0.77% -
XYZ 35.56 36.97 6.42 -
YUV 155.83 56.43 156.65 -
System Red Green Blue C M Y K H S L
Decimal 196 160 29 0 0.18 0.85 0.23 47.07 0.74 0.44
Hex C4 A0 1D 0 12 55 17 2F 4A 2C
Octal 304 240 35 0 22 125 27 57 112 54
Binary 11000100 10100000 11101 0 10010 1010101 10111 101111 1001010 101100

Color Harmonies of #C4A01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A01D

Black with #C4A01D

Text Example


Text Example

White with #C4A01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A01D; }

 p { color: rgb(196,160,29); }

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

background-color css

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

 a { background-color: rgb(196,160,29); }

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

border-color css

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

 span { border-color: rgb(196,160,29); }

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