Html Css Color HEX #DDA830 Galliano

📋 copy color: '#DDA830'

red 221 ◦ green 168 ◦ blue 48

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

Shades of Galliano #DDA830

Tints of Galliano #DDA830

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.44%

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

R = 50.57%
G = 38.44%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDA830 (or 0xDDA830) is known color: Galliano. HEX triplet: DD, A8 and 30. RGB value is (221,168,48). Sum of RGB (Red+Green+Blue) = 221+168+48=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA830 is #2257CF. Grayscale: #AAAAAA. Windows color (decimal): -2250704 or 3188957. OLE color: 3188957.

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

Color convert

RGB 221 168 48 -
CMYK 0 0.24 0.78 0.13
HSL 41.62º 0.72% 0.53% -
HSV(B) 41.62º 0.78% 0.87% -
XYZ 44.35 43.59 8.87 -
YUV 170.17 59.06 164.26 -
System Red Green Blue C M Y K H S L
Decimal 221 168 48 0 0.24 0.78 0.13 41.62 0.72 0.53
Hex DD A8 30 0 18 4E D 2A 48 35
Octal 335 250 60 0 30 116 15 52 110 65
Binary 11011101 10101000 110000 0 11000 1001110 1101 101010 1001000 110101

Color Harmonies of #DDA830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA830

Black with #DDA830

Text Example


Text Example

White with #DDA830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA830; }

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

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

background-color css

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

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

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

border-color css

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

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

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