Html Css Color HEX #DDA630 Galliano

📋 copy color: '#DDA630'

red 221 ◦ green 166 ◦ blue 48

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

Shades of Galliano #DDA630

Tints of Galliano #DDA630

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.16%

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

R = 50.8%
G = 38.16%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDA630 (or 0xDDA630) is known color: Galliano. HEX triplet: DD, A6 and 30. RGB value is (221,166,48). Sum of RGB (Red+Green+Blue) = 221+166+48=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA630 is #2259CF. Grayscale: #A9A9A9. Windows color (decimal): -2251216 or 3188445. OLE color: 3188445.

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

Color convert

RGB 221 166 48 -
CMYK 0 0.25 0.78 0.13
HSL 40.92º 0.72% 0.53% -
HSV(B) 40.92º 0.78% 0.87% -
XYZ 43.99 42.86 8.75 -
YUV 168.99 59.72 165.09 -
System Red Green Blue C M Y K H S L
Decimal 221 166 48 0 0.25 0.78 0.13 40.92 0.72 0.53
Hex DD A6 30 0 19 4E D 29 48 35
Octal 335 246 60 0 31 116 15 51 110 65
Binary 11011101 10100110 110000 0 11001 1001110 1101 101001 1001000 110101

Color Harmonies of #DDA630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA630

Black with #DDA630

Text Example


Text Example

White with #DDA630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA630; }

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

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

background-color css

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

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

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

border-color css

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

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

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