Html Css Color HEX #D89F1A Galliano

📋 copy color: '#D89F1A'

red 216 ◦ green 159 ◦ blue 26

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

Shades of Galliano #D89F1A

Tints of Galliano #D89F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.48%

R = 53.87%
G = 39.65%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D89F1A (or 0xD89F1A) is known color: Galliano. HEX triplet: D8, 9F and 1A. RGB value is (216,159,26). Sum of RGB (Red+Green+Blue) = 216+159+26=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 26 (10.55% from 255 or 6.48% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89F1A is #2760E5. Grayscale: #A1A1A1. Windows color (decimal): -2580710 or 1744856. OLE color: 1744856.

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

Color convert

RGB 216 159 26 -
CMYK 0 0.26 0.88 0.15
HSL 42º 0.79% 0.47% -
HSV(B) 42º 0.88% 0.85% -
XYZ 40.9 39.47 6.44 -
YUV 160.88 51.88 167.31 -
System Red Green Blue C M Y K H S L
Decimal 216 159 26 0 0.26 0.88 0.15 42 0.79 0.47
Hex D8 9F 1A 0 1A 58 F 2A 4F 2F
Octal 330 237 32 0 32 130 17 52 117 57
Binary 11011000 10011111 11010 0 11010 1011000 1111 101010 1001111 101111

Color Harmonies of #D89F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89F1A

Black with #D89F1A

Text Example


Text Example

White with #D89F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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