Html Css Color HEX #DDA926 Galliano

📋 copy color: '#DDA926'

red 221 ◦ green 169 ◦ blue 38

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

Shades of Galliano #DDA926

Tints of Galliano #DDA926

RGB

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

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

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

R = 51.64%
G = 39.49%
B = 8.88%

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

#DDA926 (or 0xDDA926) is known color: Galliano. HEX triplet: DD, A9 and 26. RGB value is (221,169,38). Sum of RGB (Red+Green+Blue) = 221+169+38=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 38 (15.23% from 255 or 8.88% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA926 is #2256D9. Grayscale: #AAAAAA. Windows color (decimal): -2250458 or 2533853. OLE color: 2533853.

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

Color convert

RGB 221 169 38 -
CMYK 0 0.24 0.83 0.13
HSL 42.95º 0.73% 0.51% -
HSV(B) 42.95º 0.83% 0.87% -
XYZ 44.36 43.89 7.97 -
YUV 169.61 53.73 164.65 -
System Red Green Blue C M Y K H S L
Decimal 221 169 38 0 0.24 0.83 0.13 42.95 0.73 0.51
Hex DD A9 26 0 18 53 D 2B 49 33
Octal 335 251 46 0 30 123 15 53 111 63
Binary 11011101 10101001 100110 0 11000 1010011 1101 101011 1001001 110011

Color Harmonies of #DDA926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA926

Black with #DDA926

Text Example


Text Example

White with #DDA926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA926; }

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

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

background-color css

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

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

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

border-color css

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

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

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