Html Css Color HEX #DDA21F Galliano

📋 copy color: '#DDA21F'

red 221 ◦ green 162 ◦ blue 31

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

Shades of Galliano #DDA21F

Tints of Galliano #DDA21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.49%

R = 53.38%
G = 39.13%
B = 7.49%

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

#DDA21F (or 0xDDA21F) is known color: Galliano. HEX triplet: DD, A2 and 1F. RGB value is (221,162,31). Sum of RGB (Red+Green+Blue) = 221+162+31=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA21F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA21F is #225DE0. Grayscale: #A5A5A5. Windows color (decimal): -2252257 or 2073309. OLE color: 2073309.

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

Color convert

RGB 221 162 31 -
CMYK 0 0.27 0.86 0.13
HSL 41.37º 0.75% 0.49% -
HSV(B) 41.37º 0.86% 0.87% -
XYZ 42.99 41.31 7 -
YUV 164.71 52.55 168.15 -
System Red Green Blue C M Y K H S L
Decimal 221 162 31 0 0.27 0.86 0.13 41.37 0.75 0.49
Hex DD A2 1F 0 1B 56 D 29 4B 31
Octal 335 242 37 0 33 126 15 51 113 61
Binary 11011101 10100010 11111 0 11011 1010110 1101 101001 1001011 110001

Color Harmonies of #DDA21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA21F

Black with #DDA21F

Text Example


Text Example

White with #DDA21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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