Html Css Color HEX #DDA730 Galliano

📋 copy color: '#DDA730'

red 221 ◦ green 167 ◦ blue 48

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

Shades of Galliano #DDA730

Tints of Galliano #DDA730

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.3%

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

R = 50.69%
G = 38.3%
B = 11.01%

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

#DDA730 (or 0xDDA730) is known color: Galliano. HEX triplet: DD, A7 and 30. RGB value is (221,167,48). Sum of RGB (Red+Green+Blue) = 221+167+48=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA730 is #2258CF. Grayscale: #AAAAAA. Windows color (decimal): -2250960 or 3188701. OLE color: 3188701.

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

Color convert

RGB 221 167 48 -
CMYK 0 0.24 0.78 0.13
HSL 41.27º 0.72% 0.53% -
HSV(B) 41.27º 0.78% 0.87% -
XYZ 44.17 43.22 8.81 -
YUV 169.58 59.39 164.68 -
System Red Green Blue C M Y K H S L
Decimal 221 167 48 0 0.24 0.78 0.13 41.27 0.72 0.53
Hex DD A7 30 0 18 4E D 29 48 35
Octal 335 247 60 0 30 116 15 51 110 65
Binary 11011101 10100111 110000 0 11000 1001110 1101 101001 1001000 110101

Color Harmonies of #DDA730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA730

Black with #DDA730

Text Example


Text Example

White with #DDA730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA730; }

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

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

background-color css

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

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

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

border-color css

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

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

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