Html Css Color HEX #D89D25 Galliano

📋 copy color: '#D89D25'

red 216 ◦ green 157 ◦ blue 37

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

Shades of Galliano #D89D25

Tints of Galliano #D89D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.02%

R = 52.68%
G = 38.29%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D89D25 (or 0xD89D25) is known color: Galliano. HEX triplet: D8, 9D and 25. RGB value is (216,157,37). Sum of RGB (Red+Green+Blue) = 216+157+37=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89D25 is #2762DA. Grayscale: #A1A1A1. Windows color (decimal): -2581211 or 2465240. OLE color: 2465240.

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

Color convert

RGB 216 157 37 -
CMYK 0 0.27 0.83 0.15
HSL 40.22º 0.71% 0.5% -
HSV(B) 40.22º 0.83% 0.85% -
XYZ 40.71 38.85 7.1 -
YUV 160.96 58.05 167.26 -
System Red Green Blue C M Y K H S L
Decimal 216 157 37 0 0.27 0.83 0.15 40.22 0.71 0.5
Hex D8 9D 25 0 1B 53 F 28 47 32
Octal 330 235 45 0 33 123 17 50 107 62
Binary 11011000 10011101 100101 0 11011 1010011 1111 101000 1000111 110010

Color Harmonies of #D89D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89D25

Black with #D89D25

Text Example


Text Example

White with #D89D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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