Html Css Color HEX #D0AD2A Galliano

📋 copy color: '#D0AD2A'

red 208 ◦ green 173 ◦ blue 42

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

Shades of Galliano #D0AD2A

Tints of Galliano #D0AD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.93%

R = 49.17%
G = 40.9%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0AD2A (or 0xD0AD2A) is known color: Galliano. HEX triplet: D0, AD and 2A. RGB value is (208,173,42). Sum of RGB (Red+Green+Blue) = 208+173+42=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AD2A is #2F52D5. Grayscale: #A9A9A9. Windows color (decimal): -3101398 or 2797008. OLE color: 2797008.

HSL color Cylindrical-coordinate representation of color #D0AD2A: hue angle of 47.35º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0AD2A is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 173 42 -
CMYK 0 0.17 0.80 0.18
HSL 47.35º 0.66% 0.49% -
HSV(B) 47.35º 0.8% 0.82% -
XYZ 41.37 43.46 8.4 -
YUV 168.53 56.6 156.15 -
System Red Green Blue C M Y K H S L
Decimal 208 173 42 0 0.17 0.80 0.18 47.35 0.66 0.49
Hex D0 AD 2A 0 11 50 12 2F 42 31
Octal 320 255 52 0 21 120 22 57 102 61
Binary 11010000 10101101 101010 0 10001 1010000 10010 101111 1000010 110001

Color Harmonies of #D0AD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD2A

Black with #D0AD2A

Text Example


Text Example

White with #D0AD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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