Html Css Color HEX #D0A822 Galliano

📋 copy color: '#D0A822'

red 208 ◦ green 168 ◦ blue 34

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

Shades of Galliano #D0A822

Tints of Galliano #D0A822

RGB

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

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

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

R = 50.73%
G = 40.98%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0A822 (or 0xD0A822) is known color: Galliano. HEX triplet: D0, A8 and 22. RGB value is (208,168,34). Sum of RGB (Red+Green+Blue) = 208+168+34=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 34 (13.67% from 255 or 8.29% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A822 is #2F57DD. Grayscale: #A5A5A5. Windows color (decimal): -3102686 or 2271440. OLE color: 2271440.

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

Color convert

RGB 208 168 34 -
CMYK 0 0.19 0.84 0.18
HSL 46.21º 0.72% 0.47% -
HSV(B) 46.21º 0.84% 0.82% -
XYZ 40.3 41.53 7.41 -
YUV 164.68 54.25 158.9 -
System Red Green Blue C M Y K H S L
Decimal 208 168 34 0 0.19 0.84 0.18 46.21 0.72 0.47
Hex D0 A8 22 0 13 54 12 2E 48 2F
Octal 320 250 42 0 23 124 22 56 110 57
Binary 11010000 10101000 100010 0 10011 1010100 10010 101110 1001000 101111

Color Harmonies of #D0A822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A822

Black with #D0A822

Text Example


Text Example

White with #D0A822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A822; }

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

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

background-color css

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

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

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

border-color css

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

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

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