Html Css Color HEX #DDA12D Galliano

📋 copy color: '#DDA12D'

red 221 ◦ green 161 ◦ blue 45

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

Shades of Galliano #DDA12D

Tints of Galliano #DDA12D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.7%

 BLUE value IS 45 (17.97% from 255) = 10.54%

R = 51.76%
G = 37.7%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDA12D (or 0xDDA12D) is known color: Galliano. HEX triplet: DD, A1 and 2D. RGB value is (221,161,45). Sum of RGB (Red+Green+Blue) = 221+161+45=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA12D is #225ED2. Grayscale: #A6A6A6. Windows color (decimal): -2252499 or 2990557. OLE color: 2990557.

HSL color Cylindrical-coordinate representation of color #DDA12D: hue angle of 39.55º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDA12D is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 45 -
CMYK 0 0.27 0.80 0.13
HSL 39.55º 0.72% 0.52% -
HSV(B) 39.55º 0.8% 0.87% -
XYZ 43.04 41.05 8.14 -
YUV 165.72 59.88 167.43 -
System Red Green Blue C M Y K H S L
Decimal 221 161 45 0 0.27 0.80 0.13 39.55 0.72 0.52
Hex DD A1 2D 0 1B 50 D 28 48 34
Octal 335 241 55 0 33 120 15 50 110 64
Binary 11011101 10100001 101101 0 11011 1010000 1101 101000 1001000 110100

Color Harmonies of #DDA12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA12D

Black with #DDA12D

Text Example


Text Example

White with #DDA12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA12D; }

 p { color: rgb(221,161,45); }

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

background-color css

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

 a { background-color: rgb(221,161,45); }

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

border-color css

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

 span { border-color: rgb(221,161,45); }

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