Html Css Color HEX #D0B120 Galliano

📋 copy color: '#D0B120'

red 208 ◦ green 177 ◦ blue 32

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

Shades of Galliano #D0B120

Tints of Galliano #D0B120

RGB

 RED value IS 208 (81.64% from 255) = 49.88%

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

 BLUE value IS 32 (12.89% from 255) = 7.67%

R = 49.88%
G = 42.45%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0B120 (or 0xD0B120) is known color: Galliano. HEX triplet: D0, B1 and 20. RGB value is (208,177,32). Sum of RGB (Red+Green+Blue) = 208+177+32=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0B120 is #2F4EDF. Grayscale: #AAAAAA. Windows color (decimal): -3100384 or 2142672. OLE color: 2142672.

HSL color Cylindrical-coordinate representation of color #D0B120: hue angle of 49.43º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0B120 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 177 32 -
CMYK 0 0.15 0.85 0.18
HSL 49.43º 0.73% 0.47% -
HSV(B) 49.43º 0.85% 0.82% -
XYZ 42 44.96 7.83 -
YUV 169.74 50.27 155.29 -
System Red Green Blue C M Y K H S L
Decimal 208 177 32 0 0.15 0.85 0.18 49.43 0.73 0.47
Hex D0 B1 20 0 F 55 12 31 49 2F
Octal 320 261 40 0 17 125 22 61 111 57
Binary 11010000 10110001 100000 0 1111 1010101 10010 110001 1001001 101111

Color Harmonies of #D0B120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B120

Black with #D0B120

Text Example


Text Example

White with #D0B120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B120; }

 p { color: rgb(208,177,32); }

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

background-color css

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

 a { background-color: rgb(208,177,32); }

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

border-color css

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

 span { border-color: rgb(208,177,32); }

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