Html Css Color HEX #D89D18 Galliano

📋 copy color: '#D89D18'

red 216 ◦ green 157 ◦ blue 24

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

Shades of Galliano #D89D18

Tints of Galliano #D89D18

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.55%

 BLUE value IS 24 (9.77% from 255) = 6.05%

R = 54.41%
G = 39.55%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D89D18 (or 0xD89D18) is known color: Galliano. HEX triplet: D8, 9D and 18. RGB value is (216,157,24). Sum of RGB (Red+Green+Blue) = 216+157+24=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89D18 is #2762E7. Grayscale: #A0A0A0. Windows color (decimal): -2581224 or 1613272. OLE color: 1613272.

HSL color Cylindrical-coordinate representation of color #D89D18: hue angle of 41.56º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D89D18 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 157 24 -
CMYK 0 0.27 0.89 0.15
HSL 41.56º 0.8% 0.47% -
HSV(B) 41.56º 0.89% 0.85% -
XYZ 40.54 38.78 6.21 -
YUV 159.48 51.55 168.31 -
System Red Green Blue C M Y K H S L
Decimal 216 157 24 0 0.27 0.89 0.15 41.56 0.8 0.47
Hex D8 9D 18 0 1B 59 F 2A 50 2F
Octal 330 235 30 0 33 131 17 52 120 57
Binary 11011000 10011101 11000 0 11011 1011001 1111 101010 1010000 101111

Color Harmonies of #D89D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89D18

Black with #D89D18

Text Example


Text Example

White with #D89D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89D18; }

 p { color: rgb(216,157,24); }

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

background-color css

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

 a { background-color: rgb(216,157,24); }

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

border-color css

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

 span { border-color: rgb(216,157,24); }

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