Html Css Color HEX #DDB117 Galliano

📋 copy color: '#DDB117'

red 221 ◦ green 177 ◦ blue 23

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

Shades of Galliano #DDB117

Tints of Galliano #DDB117

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.04%

 BLUE value IS 23 (9.38% from 255) = 5.46%

R = 52.49%
G = 42.04%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDB117 (or 0xDDB117) is known color: Galliano. HEX triplet: DD, B1 and 17. RGB value is (221,177,23). Sum of RGB (Red+Green+Blue) = 221+177+23=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 23 (9.38% from 255 or 5.46% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB117 is #224EE8. Grayscale: #ADADAD. Windows color (decimal): -2248425 or 1552861. OLE color: 1552861.

HSL color Cylindrical-coordinate representation of color #DDB117: hue angle of 46.67º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDB117 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 177 23 -
CMYK 0 0.20 0.90 0.13
HSL 46.67º 0.81% 0.48% -
HSV(B) 46.67º 0.9% 0.87% -
XYZ 45.7 46.88 7.45 -
YUV 172.6 43.58 162.52 -
System Red Green Blue C M Y K H S L
Decimal 221 177 23 0 0.20 0.90 0.13 46.67 0.81 0.48
Hex DD B1 17 0 14 5A D 2F 51 30
Octal 335 261 27 0 24 132 15 57 121 60
Binary 11011101 10110001 10111 0 10100 1011010 1101 101111 1010001 110000

Color Harmonies of #DDB117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB117

Black with #DDB117

Text Example


Text Example

White with #DDB117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB117; }

 p { color: rgb(221,177,23); }

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

background-color css

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

 a { background-color: rgb(221,177,23); }

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

border-color css

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

 span { border-color: rgb(221,177,23); }

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