Html Css Color HEX #C19D1D Buddha Gold

📋 copy color: '#C19D1D'

red 193 ◦ green 157 ◦ blue 29

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

Shades of Buddha Gold #C19D1D

Tints of Buddha Gold #C19D1D

RGB

 RED value IS 193 (75.78% from 255) = 50.92%

 GREEN value IS 157 (61.72% from 255) = 41.42%

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

R = 50.92%
G = 41.42%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C19D1D (or 0xC19D1D) is known color: Buddha Gold. HEX triplet: C1, 9D and 1D. RGB value is (193,157,29). Sum of RGB (Red+Green+Blue) = 193+157+29=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19D1D is #3E62E2. Grayscale: #999999. Windows color (decimal): -4088547 or 1940929. OLE color: 1940929.

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

Color convert

RGB 193 157 29 -
CMYK 0 0.19 0.85 0.24
HSL 46.83º 0.74% 0.44% -
HSV(B) 46.83º 0.85% 0.76% -
XYZ 34.27 35.54 6.22 -
YUV 153.17 57.93 156.41 -
System Red Green Blue C M Y K H S L
Decimal 193 157 29 0 0.19 0.85 0.24 46.83 0.74 0.44
Hex C1 9D 1D 0 13 55 18 2F 4A 2C
Octal 301 235 35 0 23 125 30 57 112 54
Binary 11000001 10011101 11101 0 10011 1010101 11000 101111 1001010 101100

Color Harmonies of #C19D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19D1D

Black with #C19D1D

Text Example


Text Example

White with #C19D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19D1D; }

 p { color: rgb(193,157,29); }

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

background-color css

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

 a { background-color: rgb(193,157,29); }

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

border-color css

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

 span { border-color: rgb(193,157,29); }

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