Html Css Color HEX #D9AD27 Galliano

📋 copy color: '#D9AD27'

red 217 ◦ green 173 ◦ blue 39

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

Shades of Galliano #D9AD27

Tints of Galliano #D9AD27

RGB

 RED value IS 217 (85.16% from 255) = 50.58%

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

 BLUE value IS 39 (15.63% from 255) = 9.09%

R = 50.58%
G = 40.33%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D9AD27 (or 0xD9AD27) is known color: Galliano. HEX triplet: D9, AD and 27. RGB value is (217,173,39). Sum of RGB (Red+Green+Blue) = 217+173+39=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 39 (15.62% from 255 or 9.09% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AD27 is #2652D8. Grayscale: #ABABAB. Windows color (decimal): -2511577 or 2600409. OLE color: 2600409.

HSL color Cylindrical-coordinate representation of color #D9AD27: hue angle of 45.17º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9AD27 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 173 39 -
CMYK 0 0.20 0.82 0.15
HSL 45.17º 0.7% 0.5% -
HSV(B) 45.17º 0.82% 0.85% -
XYZ 43.93 44.79 8.25 -
YUV 170.88 53.58 160.9 -
System Red Green Blue C M Y K H S L
Decimal 217 173 39 0 0.20 0.82 0.15 45.17 0.7 0.5
Hex D9 AD 27 0 14 52 F 2D 46 32
Octal 331 255 47 0 24 122 17 55 106 62
Binary 11011001 10101101 100111 0 10100 1010010 1111 101101 1000110 110010

Color Harmonies of #D9AD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD27

Black with #D9AD27

Text Example


Text Example

White with #D9AD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD27; }

 p { color: rgb(217,173,39); }

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

background-color css

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

 a { background-color: rgb(217,173,39); }

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

border-color css

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

 span { border-color: rgb(217,173,39); }

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