Html Css Color HEX #D0B018 Galliano

📋 copy color: '#D0B018'

red 208 ◦ green 176 ◦ blue 24

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

Shades of Galliano #D0B018

Tints of Galliano #D0B018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.88%

R = 50.98%
G = 43.14%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0B018 (or 0xD0B018) is known color: Galliano. HEX triplet: D0, B0 and 18. RGB value is (208,176,24). Sum of RGB (Red+Green+Blue) = 208+176+24=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0B018 is #2F4FE7. Grayscale: #A8A8A8. Windows color (decimal): -3100648 or 1618128. OLE color: 1618128.

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

Color convert

RGB 208 176 24 -
CMYK 0 0.15 0.88 0.18
HSL 49.57º 0.79% 0.45% -
HSV(B) 49.57º 0.88% 0.82% -
XYZ 41.7 44.53 7.26 -
YUV 168.24 46.6 156.36 -
System Red Green Blue C M Y K H S L
Decimal 208 176 24 0 0.15 0.88 0.18 49.57 0.79 0.45
Hex D0 B0 18 0 F 58 12 32 4F 2D
Octal 320 260 30 0 17 130 22 62 117 55
Binary 11010000 10110000 11000 0 1111 1011000 10010 110010 1001111 101101

Color Harmonies of #D0B018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B018

Black with #D0B018

Text Example


Text Example

White with #D0B018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B018; }

 p { color: rgb(208,176,24); }

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

background-color css

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

 a { background-color: rgb(208,176,24); }

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

border-color css

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

 span { border-color: rgb(208,176,24); }

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