Html Css Color HEX #DDA328 Galliano

📋 copy color: '#DDA328'

red 221 ◦ green 163 ◦ blue 40

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

Shades of Galliano #DDA328

Tints of Galliano #DDA328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.43%

R = 52.12%
G = 38.44%
B = 9.43%

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

#DDA328 (or 0xDDA328) is known color: Galliano. HEX triplet: DD, A3 and 28. RGB value is (221,163,40). Sum of RGB (Red+Green+Blue) = 221+163+40=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA328 is #225CD7. Grayscale: #A6A6A6. Windows color (decimal): -2251992 or 2663389. OLE color: 2663389.

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

Color convert

RGB 221 163 40 -
CMYK 0 0.26 0.82 0.13
HSL 40.77º 0.73% 0.51% -
HSV(B) 40.77º 0.82% 0.87% -
XYZ 43.3 41.72 7.78 -
YUV 166.32 56.72 167 -
System Red Green Blue C M Y K H S L
Decimal 221 163 40 0 0.26 0.82 0.13 40.77 0.73 0.51
Hex DD A3 28 0 1A 52 D 29 49 33
Octal 335 243 50 0 32 122 15 51 111 63
Binary 11011101 10100011 101000 0 11010 1010010 1101 101001 1001001 110011

Color Harmonies of #DDA328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA328

Black with #DDA328

Text Example


Text Example

White with #DDA328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA328; }

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

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

background-color css

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

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

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

border-color css

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

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

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