Html Css Color HEX #DDA82D Galliano

📋 copy color: '#DDA82D'

red 221 ◦ green 168 ◦ blue 45

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

Shades of Galliano #DDA82D

Tints of Galliano #DDA82D

RGB

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

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

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

R = 50.92%
G = 38.71%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDA82D (or 0xDDA82D) is known color: Galliano. HEX triplet: DD, A8 and 2D. RGB value is (221,168,45). Sum of RGB (Red+Green+Blue) = 221+168+45=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA82D is #2257D2. Grayscale: #AAAAAA. Windows color (decimal): -2250707 or 2992349. OLE color: 2992349.

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

Color convert

RGB 221 168 45 -
CMYK 0 0.24 0.80 0.13
HSL 41.93º 0.72% 0.52% -
HSV(B) 41.93º 0.8% 0.87% -
XYZ 44.3 43.57 8.56 -
YUV 169.83 57.56 164.5 -
System Red Green Blue C M Y K H S L
Decimal 221 168 45 0 0.24 0.80 0.13 41.93 0.72 0.52
Hex DD A8 2D 0 18 50 D 2A 48 34
Octal 335 250 55 0 30 120 15 52 110 64
Binary 11011101 10101000 101101 0 11000 1010000 1101 101010 1001000 110100

Color Harmonies of #DDA82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA82D

Black with #DDA82D

Text Example


Text Example

White with #DDA82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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