Html Css Color HEX #D0AD1B Galliano

📋 copy color: '#D0AD1B'

red 208 ◦ green 173 ◦ blue 27

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

Shades of Galliano #D0AD1B

Tints of Galliano #D0AD1B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.4%

 BLUE value IS 27 (10.94% from 255) = 6.62%

R = 50.98%
G = 42.4%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0AD1B (or 0xD0AD1B) is known color: Galliano. HEX triplet: D0, AD and 1B. RGB value is (208,173,27). Sum of RGB (Red+Green+Blue) = 208+173+27=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AD1B is #2F52E4. Grayscale: #A7A7A7. Windows color (decimal): -3101413 or 1813968. OLE color: 1813968.

HSL color Cylindrical-coordinate representation of color #D0AD1B: hue angle of 48.4º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0AD1B is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 173 27 -
CMYK 0 0.17 0.87 0.18
HSL 48.4º 0.77% 0.46% -
HSV(B) 48.4º 0.87% 0.82% -
XYZ 41.15 43.38 7.24 -
YUV 166.82 49.1 157.37 -
System Red Green Blue C M Y K H S L
Decimal 208 173 27 0 0.17 0.87 0.18 48.4 0.77 0.46
Hex D0 AD 1B 0 11 57 12 30 4D 2E
Octal 320 255 33 0 21 127 22 60 115 56
Binary 11010000 10101101 11011 0 10001 1010111 10010 110000 1001101 101110

Color Harmonies of #D0AD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD1B

Black with #D0AD1B

Text Example


Text Example

White with #D0AD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD1B; }

 p { color: rgb(208,173,27); }

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

background-color css

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

 a { background-color: rgb(208,173,27); }

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

border-color css

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

 span { border-color: rgb(208,173,27); }

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