Html Css Color HEX #DDA821 Galliano

📋 copy color: '#DDA821'

red 221 ◦ green 168 ◦ blue 33

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

Shades of Galliano #DDA821

Tints of Galliano #DDA821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.82%

R = 52.37%
G = 39.81%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDA821 (or 0xDDA821) is known color: Galliano. HEX triplet: DD, A8 and 21. RGB value is (221,168,33). Sum of RGB (Red+Green+Blue) = 221+168+33=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA821 is #2257DE. Grayscale: #A9A9A9. Windows color (decimal): -2250719 or 2205917. OLE color: 2205917.

HSL color Cylindrical-coordinate representation of color #DDA821: hue angle of 43.09º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDA821 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 168 33 -
CMYK 0 0.24 0.85 0.13
HSL 43.09º 0.74% 0.5% -
HSV(B) 43.09º 0.85% 0.87% -
XYZ 44.1 43.49 7.51 -
YUV 168.46 51.56 165.48 -
System Red Green Blue C M Y K H S L
Decimal 221 168 33 0 0.24 0.85 0.13 43.09 0.74 0.5
Hex DD A8 21 0 18 55 D 2B 4A 32
Octal 335 250 41 0 30 125 15 53 112 62
Binary 11011101 10101000 100001 0 11000 1010101 1101 101011 1001010 110010

Color Harmonies of #DDA821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA821

Black with #DDA821

Text Example


Text Example

White with #DDA821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA821; }

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

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

background-color css

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

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

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

border-color css

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

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

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