Html Css Color HEX #D0A022 Galliano

📋 copy color: '#D0A022'

red 208 ◦ green 160 ◦ blue 34

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

Shades of Galliano #D0A022

Tints of Galliano #D0A022

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.8%

 BLUE value IS 34 (13.67% from 255) = 8.46%

R = 51.74%
G = 39.8%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0A022 (or 0xD0A022) is known color: Galliano. HEX triplet: D0, A0 and 22. RGB value is (208,160,34). Sum of RGB (Red+Green+Blue) = 208+160+34=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 34 (13.67% from 255 or 8.46% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A022 is #2F5FDD. Grayscale: #A0A0A0. Windows color (decimal): -3104734 or 2269392. OLE color: 2269392.

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

Color convert

RGB 208 160 34 -
CMYK 0 0.23 0.84 0.18
HSL 43.45º 0.72% 0.47% -
HSV(B) 43.45º 0.84% 0.82% -
XYZ 38.87 38.67 6.93 -
YUV 159.99 56.9 162.25 -
System Red Green Blue C M Y K H S L
Decimal 208 160 34 0 0.23 0.84 0.18 43.45 0.72 0.47
Hex D0 A0 22 0 17 54 12 2B 48 2F
Octal 320 240 42 0 27 124 22 53 110 57
Binary 11010000 10100000 100010 0 10111 1010100 10010 101011 1001000 101111

Color Harmonies of #D0A022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A022

Black with #D0A022

Text Example


Text Example

White with #D0A022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A022; }

 p { color: rgb(208,160,34); }

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

background-color css

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

 a { background-color: rgb(208,160,34); }

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

border-color css

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

 span { border-color: rgb(208,160,34); }

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