Html Css Color HEX #DDA61F Galliano

📋 copy color: '#DDA61F'

red 221 ◦ green 166 ◦ blue 31

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

Shades of Galliano #DDA61F

Tints of Galliano #DDA61F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.71%

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

R = 52.87%
G = 39.71%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDA61F (or 0xDDA61F) is known color: Galliano. HEX triplet: DD, A6 and 1F. RGB value is (221,166,31). Sum of RGB (Red+Green+Blue) = 221+166+31=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA61F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA61F is #2259E0. Grayscale: #A7A7A7. Windows color (decimal): -2251233 or 2074333. OLE color: 2074333.

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

Color convert

RGB 221 166 31 -
CMYK 0 0.25 0.86 0.13
HSL 42.63º 0.75% 0.49% -
HSV(B) 42.63º 0.86% 0.87% -
XYZ 43.7 42.74 7.24 -
YUV 167.06 51.22 166.48 -
System Red Green Blue C M Y K H S L
Decimal 221 166 31 0 0.25 0.86 0.13 42.63 0.75 0.49
Hex DD A6 1F 0 19 56 D 2B 4B 31
Octal 335 246 37 0 31 126 15 53 113 61
Binary 11011101 10100110 11111 0 11001 1010110 1101 101011 1001011 110001

Color Harmonies of #DDA61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA61F

Black with #DDA61F

Text Example


Text Example

White with #DDA61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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