Html Css Color HEX #D0A422 Galliano

📋 copy color: '#D0A422'

red 208 ◦ green 164 ◦ blue 34

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

Shades of Galliano #D0A422

Tints of Galliano #D0A422

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.39%

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

R = 51.23%
G = 40.39%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0A422 (or 0xD0A422) is known color: Galliano. HEX triplet: D0, A4 and 22. RGB value is (208,164,34). Sum of RGB (Red+Green+Blue) = 208+164+34=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 34 (13.67% from 255 or 8.37% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A422 is #2F5BDD. Grayscale: #A2A2A2. Windows color (decimal): -3103710 or 2270416. OLE color: 2270416.

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

Color convert

RGB 208 164 34 -
CMYK 0 0.21 0.84 0.18
HSL 44.83º 0.72% 0.47% -
HSV(B) 44.83º 0.84% 0.82% -
XYZ 39.58 40.08 7.16 -
YUV 162.34 55.58 160.57 -
System Red Green Blue C M Y K H S L
Decimal 208 164 34 0 0.21 0.84 0.18 44.83 0.72 0.47
Hex D0 A4 22 0 15 54 12 2D 48 2F
Octal 320 244 42 0 25 124 22 55 110 57
Binary 11010000 10100100 100010 0 10101 1010100 10010 101101 1001000 101111

Color Harmonies of #D0A422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A422

Black with #D0A422

Text Example


Text Example

White with #D0A422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A422; }

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

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

background-color css

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

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

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

border-color css

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

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

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