Html Css Color HEX #DDAF1D Galliano

📋 copy color: '#DDAF1D'

red 221 ◦ green 175 ◦ blue 29

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

Shades of Galliano #DDAF1D

Tints of Galliano #DDAF1D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.18%

 BLUE value IS 29 (11.72% from 255) = 6.82%

R = 52%
G = 41.18%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDAF1D (or 0xDDAF1D) is known color: Galliano. HEX triplet: DD, AF and 1D. RGB value is (221,175,29). Sum of RGB (Red+Green+Blue) = 221+175+29=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF1D is #2250E2. Grayscale: #ACACAC. Windows color (decimal): -2248931 or 1945565. OLE color: 1945565.

HSL color Cylindrical-coordinate representation of color #DDAF1D: hue angle of 45.62º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDAF1D is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 175 29 -
CMYK 0 0.21 0.87 0.13
HSL 45.63º 0.77% 0.49% -
HSV(B) 45.63º 0.87% 0.87% -
XYZ 45.37 46.12 7.67 -
YUV 172.11 47.24 162.87 -
System Red Green Blue C M Y K H S L
Decimal 221 175 29 0 0.21 0.87 0.13 45.63 0.77 0.49
Hex DD AF 1D 0 15 57 D 2E 4D 31
Octal 335 257 35 0 25 127 15 56 115 61
Binary 11011101 10101111 11101 0 10101 1010111 1101 101110 1001101 110001

Color Harmonies of #DDAF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF1D

Black with #DDAF1D

Text Example


Text Example

White with #DDAF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF1D; }

 p { color: rgb(221,175,29); }

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

background-color css

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

 a { background-color: rgb(221,175,29); }

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

border-color css

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

 span { border-color: rgb(221,175,29); }

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