Html Css Color HEX #DDA230 Galliano

📋 copy color: '#DDA230'

red 221 ◦ green 162 ◦ blue 48

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

Shades of Galliano #DDA230

Tints of Galliano #DDA230

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.59%

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

R = 51.28%
G = 37.59%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDA230 (or 0xDDA230) is known color: Galliano. HEX triplet: DD, A2 and 30. RGB value is (221,162,48). Sum of RGB (Red+Green+Blue) = 221+162+48=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA230 is #225DCF. Grayscale: #A7A7A7. Windows color (decimal): -2252240 or 3187421. OLE color: 3187421.

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

Color convert

RGB 221 162 48 -
CMYK 0 0.27 0.78 0.13
HSL 39.54º 0.72% 0.53% -
HSV(B) 39.54º 0.78% 0.87% -
XYZ 43.27 41.43 8.51 -
YUV 166.65 61.05 166.77 -
System Red Green Blue C M Y K H S L
Decimal 221 162 48 0 0.27 0.78 0.13 39.54 0.72 0.53
Hex DD A2 30 0 1B 4E D 28 48 35
Octal 335 242 60 0 33 116 15 50 110 65
Binary 11011101 10100010 110000 0 11011 1001110 1101 101000 1001000 110101

Color Harmonies of #DDA230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA230

Black with #DDA230

Text Example


Text Example

White with #DDA230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA230; }

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

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

background-color css

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

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

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

border-color css

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

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

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