Html Css Color HEX #DDB015 Galliano

📋 copy color: '#DDB015'

red 221 ◦ green 176 ◦ blue 21

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

Shades of Galliano #DDB015

Tints of Galliano #DDB015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.02%

R = 52.87%
G = 42.11%
B = 5.02%

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

#DDB015 (or 0xDDB015) is known color: Galliano. HEX triplet: DD, B0 and 15. RGB value is (221,176,21). Sum of RGB (Red+Green+Blue) = 221+176+21=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB015 is #224FEA. Grayscale: #ACACAC. Windows color (decimal): -2248683 or 1421533. OLE color: 1421533.

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

Color convert

RGB 221 176 21 -
CMYK 0 0.20 0.90 0.13
HSL 46.5º 0.83% 0.47% -
HSV(B) 46.5º 0.9% 0.87% -
XYZ 45.48 46.48 7.28 -
YUV 171.79 42.91 163.1 -
System Red Green Blue C M Y K H S L
Decimal 221 176 21 0 0.20 0.90 0.13 46.5 0.83 0.47
Hex DD B0 15 0 14 5A D 2E 53 2F
Octal 335 260 25 0 24 132 15 56 123 57
Binary 11011101 10110000 10101 0 10100 1011010 1101 101110 1010011 101111

Color Harmonies of #DDB015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB015

Black with #DDB015

Text Example


Text Example

White with #DDB015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB015; }

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

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

background-color css

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

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

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

border-color css

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

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

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