Html Css Color HEX #D0A222 Galliano

📋 copy color: '#D0A222'

red 208 ◦ green 162 ◦ blue 34

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

Shades of Galliano #D0A222

Tints of Galliano #D0A222

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.1%

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

R = 51.49%
G = 40.1%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0A222 (or 0xD0A222) is known color: Galliano. HEX triplet: D0, A2 and 22. RGB value is (208,162,34). Sum of RGB (Red+Green+Blue) = 208+162+34=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 34 (13.67% from 255 or 8.42% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A222 is #2F5DDD. Grayscale: #A1A1A1. Windows color (decimal): -3104222 or 2269904. OLE color: 2269904.

HSL color Cylindrical-coordinate representation of color #D0A222: hue angle of 44.14º 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 #D0A222 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 162 34 -
CMYK 0 0.22 0.84 0.18
HSL 44.14º 0.72% 0.47% -
HSV(B) 44.14º 0.84% 0.82% -
XYZ 39.22 39.37 7.04 -
YUV 161.16 56.24 161.41 -
System Red Green Blue C M Y K H S L
Decimal 208 162 34 0 0.22 0.84 0.18 44.14 0.72 0.47
Hex D0 A2 22 0 16 54 12 2C 48 2F
Octal 320 242 42 0 26 124 22 54 110 57
Binary 11010000 10100010 100010 0 10110 1010100 10010 101100 1001000 101111

Color Harmonies of #D0A222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A222

Black with #D0A222

Text Example


Text Example

White with #D0A222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A222; }

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

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

background-color css

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

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

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

border-color css

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

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

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