Html Css Color HEX #DDA31E Galliano

📋 copy color: '#DDA31E'

red 221 ◦ green 163 ◦ blue 30

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

Shades of Galliano #DDA31E

Tints of Galliano #DDA31E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.37%

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

R = 53.38%
G = 39.37%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDA31E (or 0xDDA31E) is known color: Galliano. HEX triplet: DD, A3 and 1E. RGB value is (221,163,30). Sum of RGB (Red+Green+Blue) = 221+163+30=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA31E is #225CE1. Grayscale: #A5A5A5. Windows color (decimal): -2252002 or 2008029. OLE color: 2008029.

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

Color convert

RGB 221 163 30 -
CMYK 0 0.26 0.86 0.13
HSL 41.78º 0.76% 0.49% -
HSV(B) 41.78º 0.86% 0.87% -
XYZ 43.15 41.66 7 -
YUV 165.18 51.72 167.81 -
System Red Green Blue C M Y K H S L
Decimal 221 163 30 0 0.26 0.86 0.13 41.78 0.76 0.49
Hex DD A3 1E 0 1A 56 D 2A 4C 31
Octal 335 243 36 0 32 126 15 52 114 61
Binary 11011101 10100011 11110 0 11010 1010110 1101 101010 1001100 110001

Color Harmonies of #DDA31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA31E

Black with #DDA31E

Text Example


Text Example

White with #DDA31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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