Html Css Color HEX #D0AD29 Galliano

📋 copy color: '#D0AD29'

red 208 ◦ green 173 ◦ blue 41

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

Shades of Galliano #D0AD29

Tints of Galliano #D0AD29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.72%

R = 49.29%
G = 41%
B = 9.72%

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

#D0AD29 (or 0xD0AD29) is known color: Galliano. HEX triplet: D0, AD and 29. RGB value is (208,173,41). Sum of RGB (Red+Green+Blue) = 208+173+41=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 41 (16.41% from 255 or 9.72% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AD29 is #2F52D6. Grayscale: #A8A8A8. Windows color (decimal): -3101399 or 2731472. OLE color: 2731472.

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

Color convert

RGB 208 173 41 -
CMYK 0 0.17 0.80 0.18
HSL 47.43º 0.67% 0.49% -
HSV(B) 47.43º 0.8% 0.82% -
XYZ 41.36 43.46 8.31 -
YUV 168.42 56.1 156.23 -
System Red Green Blue C M Y K H S L
Decimal 208 173 41 0 0.17 0.80 0.18 47.43 0.67 0.49
Hex D0 AD 29 0 11 50 12 2F 43 31
Octal 320 255 51 0 21 120 22 57 103 61
Binary 11010000 10101101 101001 0 10001 1010000 10010 101111 1000011 110001

Color Harmonies of #D0AD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD29

Black with #D0AD29

Text Example


Text Example

White with #D0AD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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