Html Css Color HEX #DDA81F Galliano

📋 copy color: '#DDA81F'

red 221 ◦ green 168 ◦ blue 31

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

Shades of Galliano #DDA81F

Tints of Galliano #DDA81F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40%

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

R = 52.62%
G = 40%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDA81F (or 0xDDA81F) is known color: Galliano. HEX triplet: DD, A8 and 1F. RGB value is (221,168,31). Sum of RGB (Red+Green+Blue) = 221+168+31=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 31 (12.5% from 255 or 7.38% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA81F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA81F is #2257E0. Grayscale: #A8A8A8. Windows color (decimal): -2250721 or 2074845. OLE color: 2074845.

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

Color convert

RGB 221 168 31 -
CMYK 0 0.24 0.86 0.13
HSL 43.26º 0.75% 0.49% -
HSV(B) 43.26º 0.86% 0.87% -
XYZ 44.07 43.48 7.37 -
YUV 168.23 50.56 165.64 -
System Red Green Blue C M Y K H S L
Decimal 221 168 31 0 0.24 0.86 0.13 43.26 0.75 0.49
Hex DD A8 1F 0 18 56 D 2B 4B 31
Octal 335 250 37 0 30 126 15 53 113 61
Binary 11011101 10101000 11111 0 11000 1010110 1101 101011 1001011 110001

Color Harmonies of #DDA81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA81F

Black with #DDA81F

Text Example


Text Example

White with #DDA81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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