Html Css Color HEX #D89D1F Galliano

📋 copy color: '#D89D1F'

red 216 ◦ green 157 ◦ blue 31

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

Shades of Galliano #D89D1F

Tints of Galliano #D89D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.67%

R = 53.47%
G = 38.86%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D89D1F (or 0xD89D1F) is known color: Galliano. HEX triplet: D8, 9D and 1F. RGB value is (216,157,31). Sum of RGB (Red+Green+Blue) = 216+157+31=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89D1F is #2762E0. Grayscale: #A0A0A0. Windows color (decimal): -2581217 or 2072024. OLE color: 2072024.

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

Color convert

RGB 216 157 31 -
CMYK 0 0.27 0.86 0.15
HSL 40.86º 0.75% 0.48% -
HSV(B) 40.86º 0.86% 0.85% -
XYZ 40.62 38.81 6.65 -
YUV 160.28 55.05 167.75 -
System Red Green Blue C M Y K H S L
Decimal 216 157 31 0 0.27 0.86 0.15 40.86 0.75 0.48
Hex D8 9D 1F 0 1B 56 F 29 4B 30
Octal 330 235 37 0 33 126 17 51 113 60
Binary 11011000 10011101 11111 0 11011 1010110 1111 101001 1001011 110000

Color Harmonies of #D89D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89D1F

Black with #D89D1F

Text Example


Text Example

White with #D89D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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