Html Css Color HEX #DDB017 Galliano

📋 copy color: '#DDB017'

red 221 ◦ green 176 ◦ blue 23

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

Shades of Galliano #DDB017

Tints of Galliano #DDB017

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.9%

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

R = 52.62%
G = 41.9%
B = 5.48%

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

#DDB017 (or 0xDDB017) is known color: Galliano. HEX triplet: DD, B0 and 17. RGB value is (221,176,23). Sum of RGB (Red+Green+Blue) = 221+176+23=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB017 is #224FE8. Grayscale: #ACACAC. Windows color (decimal): -2248681 or 1552605. OLE color: 1552605.

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

Color convert

RGB 221 176 23 -
CMYK 0 0.20 0.90 0.13
HSL 46.36º 0.81% 0.48% -
HSV(B) 46.36º 0.9% 0.87% -
XYZ 45.5 46.48 7.39 -
YUV 172.01 43.91 162.94 -
System Red Green Blue C M Y K H S L
Decimal 221 176 23 0 0.20 0.90 0.13 46.36 0.81 0.48
Hex DD B0 17 0 14 5A D 2E 51 30
Octal 335 260 27 0 24 132 15 56 121 60
Binary 11011101 10110000 10111 0 10100 1011010 1101 101110 1010001 110000

Color Harmonies of #DDB017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB017

Black with #DDB017

Text Example


Text Example

White with #DDB017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB017; }

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

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

background-color css

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

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

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

border-color css

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

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

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