Html Css Color HEX #D88837 Dixie

📋 copy color: '#D88837'

red 216 ◦ green 136 ◦ blue 55

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

Shades of Dixie #D88837

Tints of Dixie #D88837

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.42%

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

R = 53.07%
G = 33.42%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D88837 (or 0xD88837) is known color: Dixie. HEX triplet: D8, 88 and 37. RGB value is (216,136,55). Sum of RGB (Red+Green+Blue) = 216+136+55=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 55 (21.88% from 255 or 13.51% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D88837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88837 is #2777C8. Grayscale: #979797. Windows color (decimal): -2586569 or 3639512. OLE color: 3639512.

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

Color convert

RGB 216 136 55 -
CMYK 0 0.37 0.75 0.15
HSL 30.19º 0.67% 0.53% -
HSV(B) 30.19º 0.75% 0.85% -
XYZ 37.81 32.48 7.89 -
YUV 150.69 74 174.59 -
System Red Green Blue C M Y K H S L
Decimal 216 136 55 0 0.37 0.75 0.15 30.19 0.67 0.53
Hex D8 88 37 0 25 4B F 1E 43 35
Octal 330 210 67 0 45 113 17 36 103 65
Binary 11011000 10001000 110111 0 100101 1001011 1111 11110 1000011 110101

Color Harmonies of #D88837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88837

Black with #D88837

Text Example


Text Example

White with #D88837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88837; }

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

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

background-color css

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

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

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

border-color css

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

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

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