Html Css Color HEX #D88637 Dixie

📋 copy color: '#D88637'

red 216 ◦ green 134 ◦ blue 55

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

Shades of Dixie #D88637

Tints of Dixie #D88637

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.09%

 BLUE value IS 55 (21.88% from 255) = 13.58%

R = 53.33%
G = 33.09%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D88637 (or 0xD88637) is known color: Dixie. HEX triplet: D8, 86 and 37. RGB value is (216,134,55). Sum of RGB (Red+Green+Blue) = 216+134+55=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 55 (21.88% from 255 or 13.58% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D88637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88637 is #2779C8. Grayscale: #959595. Windows color (decimal): -2587081 or 3639000. OLE color: 3639000.

HSL color Cylindrical-coordinate representation of color #D88637: hue angle of 29.44º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D88637 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 134 55 -
CMYK 0 0.38 0.75 0.15
HSL 29.44º 0.67% 0.53% -
HSV(B) 29.44º 0.75% 0.85% -
XYZ 37.53 31.92 7.8 -
YUV 149.51 74.67 175.42 -
System Red Green Blue C M Y K H S L
Decimal 216 134 55 0 0.38 0.75 0.15 29.44 0.67 0.53
Hex D8 86 37 0 26 4B F 1D 43 35
Octal 330 206 67 0 46 113 17 35 103 65
Binary 11011000 10000110 110111 0 100110 1001011 1111 11101 1000011 110101

Color Harmonies of #D88637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88637

Black with #D88637

Text Example


Text Example

White with #D88637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88637; }

 p { color: rgb(216,134,55); }

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

background-color css

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

 a { background-color: rgb(216,134,55); }

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

border-color css

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

 span { border-color: rgb(216,134,55); }

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