Html Css Color HEX #D89D22 Galliano

📋 copy color: '#D89D22'

red 216 ◦ green 157 ◦ blue 34

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

Shades of Galliano #D89D22

Tints of Galliano #D89D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.35%

R = 53.07%
G = 38.57%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D89D22 (or 0xD89D22) is known color: Galliano. HEX triplet: D8, 9D and 22. RGB value is (216,157,34). Sum of RGB (Red+Green+Blue) = 216+157+34=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 34 (13.67% from 255 or 8.35% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89D22 is #2762DD. Grayscale: #A1A1A1. Windows color (decimal): -2581214 or 2268632. OLE color: 2268632.

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

Color convert

RGB 216 157 34 -
CMYK 0 0.27 0.84 0.15
HSL 40.55º 0.73% 0.49% -
HSV(B) 40.55º 0.84% 0.85% -
XYZ 40.66 38.83 6.86 -
YUV 160.62 56.55 167.5 -
System Red Green Blue C M Y K H S L
Decimal 216 157 34 0 0.27 0.84 0.15 40.55 0.73 0.49
Hex D8 9D 22 0 1B 54 F 29 49 31
Octal 330 235 42 0 33 124 17 51 111 61
Binary 11011000 10011101 100010 0 11011 1010100 1111 101001 1001001 110001

Color Harmonies of #D89D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89D22

Black with #D89D22

Text Example


Text Example

White with #D89D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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