Html Css Color HEX #DDA01D Galliano

📋 copy color: '#DDA01D'

red 221 ◦ green 160 ◦ blue 29

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

Shades of Galliano #DDA01D

Tints of Galliano #DDA01D

RGB

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

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

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

R = 53.9%
G = 39.02%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDA01D (or 0xDDA01D) is known color: Galliano. HEX triplet: DD, A0 and 1D. RGB value is (221,160,29). Sum of RGB (Red+Green+Blue) = 221+160+29=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA01D is #225FE2. Grayscale: #A3A3A3. Windows color (decimal): -2252771 or 1941725. OLE color: 1941725.

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

Color convert

RGB 221 160 29 -
CMYK 0 0.28 0.87 0.13
HSL 40.94º 0.77% 0.49% -
HSV(B) 40.94º 0.87% 0.87% -
XYZ 42.61 40.6 6.75 -
YUV 163.31 52.21 169.15 -
System Red Green Blue C M Y K H S L
Decimal 221 160 29 0 0.28 0.87 0.13 40.94 0.77 0.49
Hex DD A0 1D 0 1C 57 D 29 4D 31
Octal 335 240 35 0 34 127 15 51 115 61
Binary 11011101 10100000 11101 0 11100 1010111 1101 101001 1001101 110001

Color Harmonies of #DDA01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA01D

Black with #DDA01D

Text Example


Text Example

White with #DDA01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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