Html Css Color HEX #D8AD25 Galliano

📋 copy color: '#D8AD25'

red 216 ◦ green 173 ◦ blue 37

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

Shades of Galliano #D8AD25

Tints of Galliano #D8AD25

RGB

 RED value IS 216 (84.77% from 255) = 50.7%

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

 BLUE value IS 37 (14.84% from 255) = 8.69%

R = 50.7%
G = 40.61%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D8AD25 (or 0xD8AD25) is known color: Galliano. HEX triplet: D8, AD and 25. RGB value is (216,173,37). Sum of RGB (Red+Green+Blue) = 216+173+37=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AD25 is #2752DA. Grayscale: #AAAAAA. Windows color (decimal): -2577115 or 2469336. OLE color: 2469336.

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

Color convert

RGB 216 173 37 -
CMYK 0 0.20 0.83 0.15
HSL 45.59º 0.71% 0.5% -
HSV(B) 45.59º 0.83% 0.85% -
XYZ 43.6 44.62 8.06 -
YUV 170.35 52.75 160.56 -
System Red Green Blue C M Y K H S L
Decimal 216 173 37 0 0.20 0.83 0.15 45.59 0.71 0.5
Hex D8 AD 25 0 14 53 F 2E 47 32
Octal 330 255 45 0 24 123 17 56 107 62
Binary 11011000 10101101 100101 0 10100 1010011 1111 101110 1000111 110010

Color Harmonies of #D8AD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD25

Black with #D8AD25

Text Example


Text Example

White with #D8AD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD25; }

 p { color: rgb(216,173,37); }

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

background-color css

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

 a { background-color: rgb(216,173,37); }

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

border-color css

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

 span { border-color: rgb(216,173,37); }

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