Html Css Color HEX #DDA01F Galliano

📋 copy color: '#DDA01F'

red 221 ◦ green 160 ◦ blue 31

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

Shades of Galliano #DDA01F

Tints of Galliano #DDA01F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.83%

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

R = 53.64%
G = 38.83%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDA01F (or 0xDDA01F) is known color: Galliano. HEX triplet: DD, A0 and 1F. RGB value is (221,160,31). Sum of RGB (Red+Green+Blue) = 221+160+31=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA01F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA01F is #225FE0. Grayscale: #A4A4A4. Windows color (decimal): -2252769 or 2072797. OLE color: 2072797.

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

Color convert

RGB 221 160 31 -
CMYK 0 0.28 0.86 0.13
HSL 40.74º 0.75% 0.49% -
HSV(B) 40.74º 0.86% 0.87% -
XYZ 42.64 40.61 6.89 -
YUV 163.53 53.21 168.99 -
System Red Green Blue C M Y K H S L
Decimal 221 160 31 0 0.28 0.86 0.13 40.74 0.75 0.49
Hex DD A0 1F 0 1C 56 D 29 4B 31
Octal 335 240 37 0 34 126 15 51 113 61
Binary 11011101 10100000 11111 0 11100 1010110 1101 101001 1001011 110001

Color Harmonies of #DDA01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA01F

Black with #DDA01F

Text Example


Text Example

White with #DDA01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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