Html Css Color HEX #DDAE1D Galliano

📋 copy color: '#DDAE1D'

red 221 ◦ green 174 ◦ blue 29

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

Shades of Galliano #DDAE1D

Tints of Galliano #DDAE1D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.04%

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

R = 52.12%
G = 41.04%
B = 6.84%

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

#DDAE1D (or 0xDDAE1D) is known color: Galliano. HEX triplet: DD, AE and 1D. RGB value is (221,174,29). Sum of RGB (Red+Green+Blue) = 221+174+29=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE1D is #2251E2. Grayscale: #ACACAC. Windows color (decimal): -2249187 or 1945309. OLE color: 1945309.

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

Color convert

RGB 221 174 29 -
CMYK 0 0.21 0.87 0.13
HSL 45.31º 0.77% 0.49% -
HSV(B) 45.31º 0.87% 0.87% -
XYZ 45.18 45.73 7.61 -
YUV 171.52 47.57 163.29 -
System Red Green Blue C M Y K H S L
Decimal 221 174 29 0 0.21 0.87 0.13 45.31 0.77 0.49
Hex DD AE 1D 0 15 57 D 2D 4D 31
Octal 335 256 35 0 25 127 15 55 115 61
Binary 11011101 10101110 11101 0 10101 1010111 1101 101101 1001101 110001

Color Harmonies of #DDAE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE1D

Black with #DDAE1D

Text Example


Text Example

White with #DDAE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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