Html Css Color HEX #D89F1F Galliano

📋 copy color: '#D89F1F'

red 216 ◦ green 159 ◦ blue 31

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

Shades of Galliano #D89F1F

Tints of Galliano #D89F1F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.16%

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

R = 53.2%
G = 39.16%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D89F1F (or 0xD89F1F) is known color: Galliano. HEX triplet: D8, 9F and 1F. RGB value is (216,159,31). Sum of RGB (Red+Green+Blue) = 216+159+31=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89F1F is #2760E0. Grayscale: #A2A2A2. Windows color (decimal): -2580705 or 2072536. OLE color: 2072536.

HSL color Cylindrical-coordinate representation of color #D89F1F: hue angle of 41.51º 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 #D89F1F is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 159 31 -
CMYK 0 0.26 0.86 0.15
HSL 41.51º 0.75% 0.48% -
HSV(B) 41.51º 0.86% 0.85% -
XYZ 40.96 39.49 6.76 -
YUV 161.45 54.38 166.91 -
System Red Green Blue C M Y K H S L
Decimal 216 159 31 0 0.26 0.86 0.15 41.51 0.75 0.48
Hex D8 9F 1F 0 1A 56 F 2A 4B 30
Octal 330 237 37 0 32 126 17 52 113 60
Binary 11011000 10011111 11111 0 11010 1010110 1111 101010 1001011 110000

Color Harmonies of #D89F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89F1F

Black with #D89F1F

Text Example


Text Example

White with #D89F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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