Html Css Color HEX #DDA327 Galliano

📋 copy color: '#DDA327'

red 221 ◦ green 163 ◦ blue 39

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

Shades of Galliano #DDA327

Tints of Galliano #DDA327

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.53%

 BLUE value IS 39 (15.63% from 255) = 9.22%

R = 52.25%
G = 38.53%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDA327 (or 0xDDA327) is known color: Galliano. HEX triplet: DD, A3 and 27. RGB value is (221,163,39). Sum of RGB (Red+Green+Blue) = 221+163+39=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA327 is #225CD8. Grayscale: #A6A6A6. Windows color (decimal): -2251993 or 2597853. OLE color: 2597853.

HSL color Cylindrical-coordinate representation of color #DDA327: hue angle of 40.88º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDA327 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 163 39 -
CMYK 0 0.26 0.82 0.13
HSL 40.88º 0.73% 0.51% -
HSV(B) 40.88º 0.82% 0.87% -
XYZ 43.28 41.71 7.69 -
YUV 166.21 56.22 167.08 -
System Red Green Blue C M Y K H S L
Decimal 221 163 39 0 0.26 0.82 0.13 40.88 0.73 0.51
Hex DD A3 27 0 1A 52 D 29 49 33
Octal 335 243 47 0 32 122 15 51 111 63
Binary 11011101 10100011 100111 0 11010 1010010 1101 101001 1001001 110011

Color Harmonies of #DDA327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA327

Black with #DDA327

Text Example


Text Example

White with #DDA327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA327; }

 p { color: rgb(221,163,39); }

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

background-color css

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

 a { background-color: rgb(221,163,39); }

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

border-color css

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

 span { border-color: rgb(221,163,39); }

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