Html Css Color HEX #D0A81F Galliano

📋 copy color: '#D0A81F'

red 208 ◦ green 168 ◦ blue 31

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

Shades of Galliano #D0A81F

Tints of Galliano #D0A81F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.28%

 BLUE value IS 31 (12.5% from 255) = 7.62%

R = 51.11%
G = 41.28%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0A81F (or 0xD0A81F) is known color: Galliano. HEX triplet: D0, A8 and 1F. RGB value is (208,168,31). Sum of RGB (Red+Green+Blue) = 208+168+31=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 31 (12.5% from 255 or 7.62% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A81F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A81F is #2F57E0. Grayscale: #A4A4A4. Windows color (decimal): -3102689 or 2074832. OLE color: 2074832.

HSL color Cylindrical-coordinate representation of color #D0A81F: hue angle of 46.44º degrees, saturation: 0.74, 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 #D0A81F is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 168 31 -
CMYK 0 0.19 0.85 0.18
HSL 46.44º 0.74% 0.47% -
HSV(B) 46.44º 0.85% 0.82% -
XYZ 40.26 41.51 7.19 -
YUV 164.34 52.75 159.14 -
System Red Green Blue C M Y K H S L
Decimal 208 168 31 0 0.19 0.85 0.18 46.44 0.74 0.47
Hex D0 A8 1F 0 13 55 12 2E 4A 2F
Octal 320 250 37 0 23 125 22 56 112 57
Binary 11010000 10101000 11111 0 10011 1010101 10010 101110 1001010 101111

Color Harmonies of #D0A81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A81F

Black with #D0A81F

Text Example


Text Example

White with #D0A81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A81F; }

 p { color: rgb(208,168,31); }

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

background-color css

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

 a { background-color: rgb(208,168,31); }

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

border-color css

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

 span { border-color: rgb(208,168,31); }

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