Html Css Color HEX #DDA626 Galliano

📋 copy color: '#DDA626'

red 221 ◦ green 166 ◦ blue 38

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

Shades of Galliano #DDA626

Tints of Galliano #DDA626

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.06%

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

R = 52%
G = 39.06%
B = 8.94%

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

#DDA626 (or 0xDDA626) is known color: Galliano. HEX triplet: DD, A6 and 26. RGB value is (221,166,38). Sum of RGB (Red+Green+Blue) = 221+166+38=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 38 (15.23% from 255 or 8.94% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA626 is #2259D9. Grayscale: #A8A8A8. Windows color (decimal): -2251226 or 2533085. OLE color: 2533085.

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

Color convert

RGB 221 166 38 -
CMYK 0 0.25 0.83 0.13
HSL 41.97º 0.73% 0.51% -
HSV(B) 41.97º 0.83% 0.87% -
XYZ 43.8 42.78 7.78 -
YUV 167.85 54.72 165.91 -
System Red Green Blue C M Y K H S L
Decimal 221 166 38 0 0.25 0.83 0.13 41.97 0.73 0.51
Hex DD A6 26 0 19 53 D 2A 49 33
Octal 335 246 46 0 31 123 15 52 111 63
Binary 11011101 10100110 100110 0 11001 1010011 1101 101010 1001001 110011

Color Harmonies of #DDA626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA626

Black with #DDA626

Text Example


Text Example

White with #DDA626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA626; }

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

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

background-color css

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

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

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

border-color css

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

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

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