Html Css Color HEX #D49A1C Galliano

📋 copy color: '#D49A1C'

red 212 ◦ green 154 ◦ blue 28

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

Shades of Galliano #D49A1C

Tints of Galliano #D49A1C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.09%

 BLUE value IS 28 (11.33% from 255) = 7.11%

R = 53.81%
G = 39.09%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D49A1C (or 0xD49A1C) is known color: Galliano. HEX triplet: D4, 9A and 1C. RGB value is (212,154,28). Sum of RGB (Red+Green+Blue) = 212+154+28=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49A1C is #2B65E3. Grayscale: #9D9D9D. Windows color (decimal): -2844132 or 1874644. OLE color: 1874644.

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

Color convert

RGB 212 154 28 -
CMYK 0 0.27 0.87 0.17
HSL 41.09º 0.77% 0.47% -
HSV(B) 41.09º 0.87% 0.83% -
XYZ 38.92 37.19 6.23 -
YUV 156.98 55.22 167.25 -
System Red Green Blue C M Y K H S L
Decimal 212 154 28 0 0.27 0.87 0.17 41.09 0.77 0.47
Hex D4 9A 1C 0 1B 57 11 29 4D 2F
Octal 324 232 34 0 33 127 21 51 115 57
Binary 11010100 10011010 11100 0 11011 1010111 10001 101001 1001101 101111

Color Harmonies of #D49A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49A1C

Black with #D49A1C

Text Example


Text Example

White with #D49A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49A1C; }

 p { color: rgb(212,154,28); }

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

background-color css

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

 a { background-color: rgb(212,154,28); }

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

border-color css

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

 span { border-color: rgb(212,154,28); }

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