Html Css Color HEX #D49A1D Galliano

📋 copy color: '#D49A1D'

red 212 ◦ green 154 ◦ blue 29

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

Shades of Galliano #D49A1D

Tints of Galliano #D49A1D

RGB

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

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

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

R = 53.67%
G = 38.99%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D49A1D (or 0xD49A1D) is known color: Galliano. HEX triplet: D4, 9A and 1D. RGB value is (212,154,29). Sum of RGB (Red+Green+Blue) = 212+154+29=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49A1D is #2B65E2. Grayscale: #9D9D9D. Windows color (decimal): -2844131 or 1940180. OLE color: 1940180.

HSL color Cylindrical-coordinate representation of color #D49A1D: hue angle of 40.98º 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 #D49A1D is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 154 29 -
CMYK 0 0.27 0.86 0.17
HSL 40.98º 0.76% 0.47% -
HSV(B) 40.98º 0.86% 0.83% -
XYZ 38.93 37.2 6.29 -
YUV 157.09 55.72 167.16 -
System Red Green Blue C M Y K H S L
Decimal 212 154 29 0 0.27 0.86 0.17 40.98 0.76 0.47
Hex D4 9A 1D 0 1B 56 11 29 4C 2F
Octal 324 232 35 0 33 126 21 51 114 57
Binary 11010100 10011010 11101 0 11011 1010110 10001 101001 1001100 101111

Color Harmonies of #D49A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49A1D

Black with #D49A1D

Text Example


Text Example

White with #D49A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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