Html Css Color HEX #D89E1E Galliano

📋 copy color: '#D89E1E'

red 216 ◦ green 158 ◦ blue 30

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

Shades of Galliano #D89E1E

Tints of Galliano #D89E1E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.11%

 BLUE value IS 30 (12.11% from 255) = 7.43%

R = 53.47%
G = 39.11%
B = 7.43%

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

#D89E1E (or 0xD89E1E) is known color: Galliano. HEX triplet: D8, 9E and 1E. RGB value is (216,158,30). Sum of RGB (Red+Green+Blue) = 216+158+30=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D89E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89E1E is #2761E1. Grayscale: #A1A1A1. Windows color (decimal): -2580962 or 2006744. OLE color: 2006744.

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

Color convert

RGB 216 158 30 -
CMYK 0 0.27 0.86 0.15
HSL 41.29º 0.76% 0.48% -
HSV(B) 41.29º 0.86% 0.85% -
XYZ 40.78 39.15 6.63 -
YUV 160.75 54.22 167.41 -
System Red Green Blue C M Y K H S L
Decimal 216 158 30 0 0.27 0.86 0.15 41.29 0.76 0.48
Hex D8 9E 1E 0 1B 56 F 29 4C 30
Octal 330 236 36 0 33 126 17 51 114 60
Binary 11011000 10011110 11110 0 11011 1010110 1111 101001 1001100 110000

Color Harmonies of #D89E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89E1E

Black with #D89E1E

Text Example


Text Example

White with #D89E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89E1E; }

 p { color: rgb(216,158,30); }

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

background-color css

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

 a { background-color: rgb(216,158,30); }

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

border-color css

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

 span { border-color: rgb(216,158,30); }

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