Html Css Color HEX #DDA927 Galliano

📋 copy color: '#DDA927'

red 221 ◦ green 169 ◦ blue 39

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

Shades of Galliano #DDA927

Tints of Galliano #DDA927

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.39%

 BLUE value IS 39 (15.63% from 255) = 9.09%

R = 51.52%
G = 39.39%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDA927 (or 0xDDA927) is known color: Galliano. HEX triplet: DD, A9 and 27. RGB value is (221,169,39). Sum of RGB (Red+Green+Blue) = 221+169+39=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 39 (15.62% from 255 or 9.09% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA927 is #2256D8. Grayscale: #AAAAAA. Windows color (decimal): -2250457 or 2599389. OLE color: 2599389.

HSL color Cylindrical-coordinate representation of color #DDA927: hue angle of 42.86º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDA927 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 169 39 -
CMYK 0 0.24 0.82 0.13
HSL 42.86º 0.73% 0.51% -
HSV(B) 42.86º 0.82% 0.87% -
XYZ 44.37 43.89 8.05 -
YUV 169.73 54.23 164.57 -
System Red Green Blue C M Y K H S L
Decimal 221 169 39 0 0.24 0.82 0.13 42.86 0.73 0.51
Hex DD A9 27 0 18 52 D 2B 49 33
Octal 335 251 47 0 30 122 15 53 111 63
Binary 11011101 10101001 100111 0 11000 1010010 1101 101011 1001001 110011

Color Harmonies of #DDA927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA927

Black with #DDA927

Text Example


Text Example

White with #DDA927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA927; }

 p { color: rgb(221,169,39); }

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

background-color css

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

 a { background-color: rgb(221,169,39); }

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

border-color css

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

 span { border-color: rgb(221,169,39); }

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