Html Css Color HEX #D89F28 Galliano

📋 copy color: '#D89F28'

red 216 ◦ green 159 ◦ blue 40

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

Shades of Galliano #D89F28

Tints of Galliano #D89F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.64%

R = 52.05%
G = 38.31%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D89F28 (or 0xD89F28) is known color: Galliano. HEX triplet: D8, 9F and 28. RGB value is (216,159,40). Sum of RGB (Red+Green+Blue) = 216+159+40=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89F28 is #2760D7. Grayscale: #A3A3A3. Windows color (decimal): -2580696 or 2662360. OLE color: 2662360.

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

Color convert

RGB 216 159 40 -
CMYK 0 0.26 0.81 0.15
HSL 40.57º 0.69% 0.5% -
HSV(B) 40.57º 0.81% 0.85% -
XYZ 41.1 39.55 7.47 -
YUV 162.48 58.88 166.18 -
System Red Green Blue C M Y K H S L
Decimal 216 159 40 0 0.26 0.81 0.15 40.57 0.69 0.5
Hex D8 9F 28 0 1A 51 F 29 45 32
Octal 330 237 50 0 32 121 17 51 105 62
Binary 11011000 10011111 101000 0 11010 1010001 1111 101001 1000101 110010

Color Harmonies of #D89F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89F28

Black with #D89F28

Text Example


Text Example

White with #D89F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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