Html Css Color HEX #D89C22 Galliano

📋 copy color: '#D89C22'

red 216 ◦ green 156 ◦ blue 34

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

Shades of Galliano #D89C22

Tints of Galliano #D89C22

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.42%

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

R = 53.2%
G = 38.42%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D89C22 (or 0xD89C22) is known color: Galliano. HEX triplet: D8, 9C and 22. RGB value is (216,156,34). Sum of RGB (Red+Green+Blue) = 216+156+34=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 34 (13.67% from 255 or 8.37% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89C22 is #2763DD. Grayscale: #A0A0A0. Windows color (decimal): -2581470 or 2268376. OLE color: 2268376.

HSL color Cylindrical-coordinate representation of color #D89C22: hue angle of 40.22º 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 #D89C22 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 156 34 -
CMYK 0 0.28 0.84 0.15
HSL 40.22º 0.73% 0.49% -
HSV(B) 40.22º 0.84% 0.85% -
XYZ 40.5 38.49 6.81 -
YUV 160.03 56.88 167.92 -
System Red Green Blue C M Y K H S L
Decimal 216 156 34 0 0.28 0.84 0.15 40.22 0.73 0.49
Hex D8 9C 22 0 1C 54 F 28 49 31
Octal 330 234 42 0 34 124 17 50 111 61
Binary 11011000 10011100 100010 0 11100 1010100 1111 101000 1001001 110001

Color Harmonies of #D89C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89C22

Black with #D89C22

Text Example


Text Example

White with #D89C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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