Html Css Color HEX #DD9D1E Galliano

📋 copy color: '#DD9D1E'

red 221 ◦ green 157 ◦ blue 30

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

Shades of Galliano #DD9D1E

Tints of Galliano #DD9D1E

RGB

 RED value IS 221 (86.72% from 255) = 54.17%

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

 BLUE value IS 30 (12.11% from 255) = 7.35%

R = 54.17%
G = 38.48%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD9D1E (or 0xDD9D1E) is known color: Galliano. HEX triplet: DD, 9D and 1E. RGB value is (221,157,30). Sum of RGB (Red+Green+Blue) = 221+157+30=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9D1E is #2262E1. Grayscale: #A2A2A2. Windows color (decimal): -2253538 or 2006493. OLE color: 2006493.

HSL color Cylindrical-coordinate representation of color #DD9D1E: hue angle of 39.9º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD9D1E is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 157 30 -
CMYK 0 0.29 0.86 0.13
HSL 39.9º 0.76% 0.49% -
HSV(B) 39.9º 0.86% 0.87% -
XYZ 42.11 39.58 6.65 -
YUV 161.66 53.7 170.33 -
System Red Green Blue C M Y K H S L
Decimal 221 157 30 0 0.29 0.86 0.13 39.9 0.76 0.49
Hex DD 9D 1E 0 1D 56 D 28 4C 31
Octal 335 235 36 0 35 126 15 50 114 61
Binary 11011101 10011101 11110 0 11101 1010110 1101 101000 1001100 110001

Color Harmonies of #DD9D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9D1E

Black with #DD9D1E

Text Example


Text Example

White with #DD9D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9D1E; }

 p { color: rgb(221,157,30); }

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

background-color css

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

 a { background-color: rgb(221,157,30); }

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

border-color css

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

 span { border-color: rgb(221,157,30); }

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