Html Css Color HEX #DDA21E Galliano

📋 copy color: '#DDA21E'

red 221 ◦ green 162 ◦ blue 30

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

Shades of Galliano #DDA21E

Tints of Galliano #DDA21E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.23%

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

R = 53.51%
G = 39.23%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDA21E (or 0xDDA21E) is known color: Galliano. HEX triplet: DD, A2 and 1E. RGB value is (221,162,30). Sum of RGB (Red+Green+Blue) = 221+162+30=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA21E is #225DE1. Grayscale: #A5A5A5. Windows color (decimal): -2252258 or 2007773. OLE color: 2007773.

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

Color convert

RGB 221 162 30 -
CMYK 0 0.27 0.86 0.13
HSL 41.47º 0.76% 0.49% -
HSV(B) 41.47º 0.86% 0.87% -
XYZ 42.97 41.31 6.94 -
YUV 164.59 52.05 168.23 -
System Red Green Blue C M Y K H S L
Decimal 221 162 30 0 0.27 0.86 0.13 41.47 0.76 0.49
Hex DD A2 1E 0 1B 56 D 29 4C 31
Octal 335 242 36 0 33 126 15 51 114 61
Binary 11011101 10100010 11110 0 11011 1010110 1101 101001 1001100 110001

Color Harmonies of #DDA21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA21E

Black with #DDA21E

Text Example


Text Example

White with #DDA21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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