Html Css Color HEX #DDA422 Galliano

📋 copy color: '#DDA422'

red 221 ◦ green 164 ◦ blue 34

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

Shades of Galliano #DDA422

Tints of Galliano #DDA422

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.14%

 BLUE value IS 34 (13.67% from 255) = 8.11%

R = 52.74%
G = 39.14%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDA422 (or 0xDDA422) is known color: Galliano. HEX triplet: DD, A4 and 22. RGB value is (221,164,34). Sum of RGB (Red+Green+Blue) = 221+164+34=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 34 (13.67% from 255 or 8.11% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA422 is #225BDD. Grayscale: #A6A6A6. Windows color (decimal): -2251742 or 2270429. OLE color: 2270429.

HSL color Cylindrical-coordinate representation of color #DDA422: hue angle of 41.71º degrees, saturation: 0.73, 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 #DDA422 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 164 34 -
CMYK 0 0.26 0.85 0.13
HSL 41.71º 0.73% 0.5% -
HSV(B) 41.71º 0.85% 0.87% -
XYZ 43.38 42.04 7.34 -
YUV 166.22 53.38 167.07 -
System Red Green Blue C M Y K H S L
Decimal 221 164 34 0 0.26 0.85 0.13 41.71 0.73 0.5
Hex DD A4 22 0 1A 55 D 2A 49 32
Octal 335 244 42 0 32 125 15 52 111 62
Binary 11011101 10100100 100010 0 11010 1010101 1101 101010 1001001 110010

Color Harmonies of #DDA422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA422

Black with #DDA422

Text Example


Text Example

White with #DDA422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA422; }

 p { color: rgb(221,164,34); }

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

background-color css

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

 a { background-color: rgb(221,164,34); }

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

border-color css

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

 span { border-color: rgb(221,164,34); }

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