Html Css Color HEX #D49D1D Galliano

📋 copy color: '#D49D1D'

red 212 ◦ green 157 ◦ blue 29

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

Shades of Galliano #D49D1D

Tints of Galliano #D49D1D

RGB

 RED value IS 212 (83.2% from 255) = 53.27%

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

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

R = 53.27%
G = 39.45%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D49D1D (or 0xD49D1D) is known color: Galliano. HEX triplet: D4, 9D and 1D. RGB value is (212,157,29). Sum of RGB (Red+Green+Blue) = 212+157+29=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49D1D is #2B62E2. Grayscale: #9F9F9F. Windows color (decimal): -2843363 or 1940948. OLE color: 1940948.

HSL color Cylindrical-coordinate representation of color #D49D1D: hue angle of 41.97º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D49D1D is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 157 29 -
CMYK 0 0.26 0.86 0.17
HSL 41.97º 0.76% 0.47% -
HSV(B) 41.97º 0.86% 0.83% -
XYZ 39.43 38.2 6.46 -
YUV 158.85 54.72 165.91 -
System Red Green Blue C M Y K H S L
Decimal 212 157 29 0 0.26 0.86 0.17 41.97 0.76 0.47
Hex D4 9D 1D 0 1A 56 11 2A 4C 2F
Octal 324 235 35 0 32 126 21 52 114 57
Binary 11010100 10011101 11101 0 11010 1010110 10001 101010 1001100 101111

Color Harmonies of #D49D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49D1D

Black with #D49D1D

Text Example


Text Example

White with #D49D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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