Html Css Color HEX #DDA530 Galliano

📋 copy color: '#DDA530'

red 221 ◦ green 165 ◦ blue 48

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

Shades of Galliano #DDA530

Tints of Galliano #DDA530

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.02%

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

R = 50.92%
G = 38.02%
B = 11.06%

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

#DDA530 (or 0xDDA530) is known color: Galliano. HEX triplet: DD, A5 and 30. RGB value is (221,165,48). Sum of RGB (Red+Green+Blue) = 221+165+48=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA530 is #225ACF. Grayscale: #A8A8A8. Windows color (decimal): -2251472 or 3188189. OLE color: 3188189.

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

Color convert

RGB 221 165 48 -
CMYK 0 0.25 0.78 0.13
HSL 40.58º 0.72% 0.53% -
HSV(B) 40.58º 0.78% 0.87% -
XYZ 43.81 42.5 8.69 -
YUV 168.41 60.05 165.51 -
System Red Green Blue C M Y K H S L
Decimal 221 165 48 0 0.25 0.78 0.13 40.58 0.72 0.53
Hex DD A5 30 0 19 4E D 29 48 35
Octal 335 245 60 0 31 116 15 51 110 65
Binary 11011101 10100101 110000 0 11001 1001110 1101 101001 1001000 110101

Color Harmonies of #DDA530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA530

Black with #DDA530

Text Example


Text Example

White with #DDA530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA530; }

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

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

background-color css

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

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

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

border-color css

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

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

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