Html Css Color HEX #D0A71E Galliano

📋 copy color: '#D0A71E'

red 208 ◦ green 167 ◦ blue 30

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

Shades of Galliano #D0A71E

Tints of Galliano #D0A71E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.23%

 BLUE value IS 30 (12.11% from 255) = 7.41%

R = 51.36%
G = 41.23%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0A71E (or 0xD0A71E) is known color: Galliano. HEX triplet: D0, A7 and 1E. RGB value is (208,167,30). Sum of RGB (Red+Green+Blue) = 208+167+30=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A71E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A71E is #2F58E1. Grayscale: #A4A4A4. Windows color (decimal): -3102946 or 2009040. OLE color: 2009040.

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

Color convert

RGB 208 167 30 -
CMYK 0 0.20 0.86 0.18
HSL 46.18º 0.75% 0.47% -
HSV(B) 46.18º 0.86% 0.82% -
XYZ 40.07 41.14 7.06 -
YUV 163.64 52.58 159.64 -
System Red Green Blue C M Y K H S L
Decimal 208 167 30 0 0.20 0.86 0.18 46.18 0.75 0.47
Hex D0 A7 1E 0 14 56 12 2E 4B 2F
Octal 320 247 36 0 24 126 22 56 113 57
Binary 11010000 10100111 11110 0 10100 1010110 10010 101110 1001011 101111

Color Harmonies of #D0A71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A71E

Black with #D0A71E

Text Example


Text Example

White with #D0A71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A71E; }

 p { color: rgb(208,167,30); }

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

background-color css

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

 a { background-color: rgb(208,167,30); }

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

border-color css

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

 span { border-color: rgb(208,167,30); }

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