Html Css Color HEX #D88731 Dixie

📋 copy color: '#D88731'

red 216 ◦ green 135 ◦ blue 49

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

Shades of Dixie #D88731

Tints of Dixie #D88731

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.75%

 BLUE value IS 49 (19.53% from 255) = 12.25%

R = 54%
G = 33.75%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D88731 (or 0xD88731) is known color: Dixie. HEX triplet: D8, 87 and 31. RGB value is (216,135,49). Sum of RGB (Red+Green+Blue) = 216+135+49=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D88731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88731 is #2778CE. Grayscale: #959595. Windows color (decimal): -2586831 or 3246040. OLE color: 3246040.

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

Color convert

RGB 216 135 49 -
CMYK 0 0.38 0.77 0.15
HSL 30.9º 0.68% 0.52% -
HSV(B) 30.9º 0.77% 0.85% -
XYZ 37.54 32.15 7.13 -
YUV 149.42 71.34 175.49 -
System Red Green Blue C M Y K H S L
Decimal 216 135 49 0 0.38 0.77 0.15 30.9 0.68 0.52
Hex D8 87 31 0 26 4D F 1F 44 34
Octal 330 207 61 0 46 115 17 37 104 64
Binary 11011000 10000111 110001 0 100110 1001101 1111 11111 1000100 110100

Color Harmonies of #D88731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88731

Black with #D88731

Text Example


Text Example

White with #D88731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88731; }

 p { color: rgb(216,135,49); }

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

background-color css

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

 a { background-color: rgb(216,135,49); }

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

border-color css

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

 span { border-color: rgb(216,135,49); }

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