Html Css Color HEX #DDA330 Galliano

📋 copy color: '#DDA330'

red 221 ◦ green 163 ◦ blue 48

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

Shades of Galliano #DDA330

Tints of Galliano #DDA330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.11%

R = 51.16%
G = 37.73%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDA330 (or 0xDDA330) is known color: Galliano. HEX triplet: DD, A3 and 30. RGB value is (221,163,48). Sum of RGB (Red+Green+Blue) = 221+163+48=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA330 is #225CCF. Grayscale: #A7A7A7. Windows color (decimal): -2251984 or 3187677. OLE color: 3187677.

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

Color convert

RGB 221 163 48 -
CMYK 0 0.26 0.78 0.13
HSL 39.88º 0.72% 0.53% -
HSV(B) 39.88º 0.78% 0.87% -
XYZ 43.45 41.78 8.57 -
YUV 167.23 60.72 166.35 -
System Red Green Blue C M Y K H S L
Decimal 221 163 48 0 0.26 0.78 0.13 39.88 0.72 0.53
Hex DD A3 30 0 1A 4E D 28 48 35
Octal 335 243 60 0 32 116 15 50 110 65
Binary 11011101 10100011 110000 0 11010 1001110 1101 101000 1001000 110101

Color Harmonies of #DDA330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA330

Black with #DDA330

Text Example


Text Example

White with #DDA330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA330; }

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

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

background-color css

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

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

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

border-color css

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

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

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