Html Css Color HEX #DDA526 Galliano

📋 copy color: '#DDA526'

red 221 ◦ green 165 ◦ blue 38

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

Shades of Galliano #DDA526

Tints of Galliano #DDA526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.96%

R = 52.12%
G = 38.92%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDA526 (or 0xDDA526) is known color: Galliano. HEX triplet: DD, A5 and 26. RGB value is (221,165,38). Sum of RGB (Red+Green+Blue) = 221+165+38=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA526 is #225AD9. Grayscale: #A7A7A7. Windows color (decimal): -2251482 or 2532829. OLE color: 2532829.

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

Color convert

RGB 221 165 38 -
CMYK 0 0.25 0.83 0.13
HSL 41.64º 0.73% 0.51% -
HSV(B) 41.64º 0.83% 0.87% -
XYZ 43.62 42.42 7.72 -
YUV 167.27 55.05 166.33 -
System Red Green Blue C M Y K H S L
Decimal 221 165 38 0 0.25 0.83 0.13 41.64 0.73 0.51
Hex DD A5 26 0 19 53 D 2A 49 33
Octal 335 245 46 0 31 123 15 52 111 63
Binary 11011101 10100101 100110 0 11001 1010011 1101 101010 1001001 110011

Color Harmonies of #DDA526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA526

Black with #DDA526

Text Example


Text Example

White with #DDA526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA526; }

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

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

background-color css

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

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

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

border-color css

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

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

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