Html Css Color HEX #DDB019 Galliano

📋 copy color: '#DDB019'

red 221 ◦ green 176 ◦ blue 25

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

Shades of Galliano #DDB019

Tints of Galliano #DDB019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.92%

R = 52.37%
G = 41.71%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDB019 (or 0xDDB019) is known color: Galliano. HEX triplet: DD, B0 and 19. RGB value is (221,176,25). Sum of RGB (Red+Green+Blue) = 221+176+25=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 25 (10.16% from 255 or 5.92% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB019 is #224FE6. Grayscale: #ACACAC. Windows color (decimal): -2248679 or 1683677. OLE color: 1683677.

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

Color convert

RGB 221 176 25 -
CMYK 0 0.20 0.89 0.13
HSL 46.22º 0.8% 0.48% -
HSV(B) 46.22º 0.89% 0.87% -
XYZ 45.52 46.49 7.49 -
YUV 172.24 44.91 162.78 -
System Red Green Blue C M Y K H S L
Decimal 221 176 25 0 0.20 0.89 0.13 46.22 0.8 0.48
Hex DD B0 19 0 14 59 D 2E 50 30
Octal 335 260 31 0 24 131 15 56 120 60
Binary 11011101 10110000 11001 0 10100 1011001 1101 101110 1010000 110000

Color Harmonies of #DDB019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB019

Black with #DDB019

Text Example


Text Example

White with #DDB019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB019; }

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

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

background-color css

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

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

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

border-color css

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

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

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