Html Css Color HEX #D0AD22 Galliano

📋 copy color: '#D0AD22'

red 208 ◦ green 173 ◦ blue 34

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

Shades of Galliano #D0AD22

Tints of Galliano #D0AD22

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.69%

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

R = 50.12%
G = 41.69%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0AD22 (or 0xD0AD22) is known color: Galliano. HEX triplet: D0, AD and 22. RGB value is (208,173,34). Sum of RGB (Red+Green+Blue) = 208+173+34=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AD22 is #2F52DD. Grayscale: #A8A8A8. Windows color (decimal): -3101406 or 2272720. OLE color: 2272720.

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

Color convert

RGB 208 173 34 -
CMYK 0 0.17 0.84 0.18
HSL 47.93º 0.72% 0.47% -
HSV(B) 47.93º 0.84% 0.82% -
XYZ 41.24 43.41 7.72 -
YUV 167.62 52.6 156.8 -
System Red Green Blue C M Y K H S L
Decimal 208 173 34 0 0.17 0.84 0.18 47.93 0.72 0.47
Hex D0 AD 22 0 11 54 12 30 48 2F
Octal 320 255 42 0 21 124 22 60 110 57
Binary 11010000 10101101 100010 0 10001 1010100 10010 110000 1001000 101111

Color Harmonies of #D0AD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD22

Black with #D0AD22

Text Example


Text Example

White with #D0AD22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD22; }

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

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

background-color css

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

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

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

border-color css

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

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

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