Html Css Color HEX #DDA22D Galliano

📋 copy color: '#DDA22D'

red 221 ◦ green 162 ◦ blue 45

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

Shades of Galliano #DDA22D

Tints of Galliano #DDA22D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.85%

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

R = 51.64%
G = 37.85%
B = 10.51%

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

#DDA22D (or 0xDDA22D) is known color: Galliano. HEX triplet: DD, A2 and 2D. RGB value is (221,162,45). Sum of RGB (Red+Green+Blue) = 221+162+45=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA22D is #225DD2. Grayscale: #A6A6A6. Windows color (decimal): -2252243 or 2990813. OLE color: 2990813.

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

Color convert

RGB 221 162 45 -
CMYK 0 0.27 0.80 0.13
HSL 39.89º 0.72% 0.52% -
HSV(B) 39.89º 0.8% 0.87% -
XYZ 43.21 41.4 8.2 -
YUV 166.3 59.55 167.01 -
System Red Green Blue C M Y K H S L
Decimal 221 162 45 0 0.27 0.80 0.13 39.89 0.72 0.52
Hex DD A2 2D 0 1B 50 D 28 48 34
Octal 335 242 55 0 33 120 15 50 110 64
Binary 11011101 10100010 101101 0 11011 1010000 1101 101000 1001000 110100

Color Harmonies of #DDA22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA22D

Black with #DDA22D

Text Example


Text Example

White with #DDA22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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