Html Css Color HEX #DDA726 Galliano

📋 copy color: '#DDA726'

red 221 ◦ green 167 ◦ blue 38

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

Shades of Galliano #DDA726

Tints of Galliano #DDA726

RGB

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

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

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

R = 51.88%
G = 39.2%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDA726 (or 0xDDA726) is known color: Galliano. HEX triplet: DD, A7 and 26. RGB value is (221,167,38). Sum of RGB (Red+Green+Blue) = 221+167+38=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA726 is #2258D9. Grayscale: #A9A9A9. Windows color (decimal): -2250970 or 2533341. OLE color: 2533341.

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

Color convert

RGB 221 167 38 -
CMYK 0 0.24 0.83 0.13
HSL 42.3º 0.73% 0.51% -
HSV(B) 42.3º 0.83% 0.87% -
XYZ 43.99 43.15 7.84 -
YUV 168.44 54.39 165.49 -
System Red Green Blue C M Y K H S L
Decimal 221 167 38 0 0.24 0.83 0.13 42.3 0.73 0.51
Hex DD A7 26 0 18 53 D 2A 49 33
Octal 335 247 46 0 30 123 15 52 111 63
Binary 11011101 10100111 100110 0 11000 1010011 1101 101010 1001001 110011

Color Harmonies of #DDA726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA726

Black with #DDA726

Text Example


Text Example

White with #DDA726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA726; }

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

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

background-color css

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

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

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

border-color css

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

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

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