Html Css Color HEX #D88526 Dixie

📋 copy color: '#D88526'

red 216 ◦ green 133 ◦ blue 38

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

Shades of Dixie #D88526

Tints of Dixie #D88526

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.37%

 BLUE value IS 38 (15.23% from 255) = 9.82%

R = 55.81%
G = 34.37%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D88526 (or 0xD88526) is known color: Dixie. HEX triplet: D8, 85 and 26. RGB value is (216,133,38). Sum of RGB (Red+Green+Blue) = 216+133+38=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D88526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88526 is #277AD9. Grayscale: #939393. Windows color (decimal): -2587354 or 2524632. OLE color: 2524632.

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

Color convert

RGB 216 133 38 -
CMYK 0 0.38 0.82 0.15
HSL 32.02º 0.7% 0.5% -
HSV(B) 32.02º 0.82% 0.85% -
XYZ 37.06 31.51 5.96 -
YUV 146.99 66.5 177.22 -
System Red Green Blue C M Y K H S L
Decimal 216 133 38 0 0.38 0.82 0.15 32.02 0.7 0.5
Hex D8 85 26 0 26 52 F 20 46 32
Octal 330 205 46 0 46 122 17 40 106 62
Binary 11011000 10000101 100110 0 100110 1010010 1111 100000 1000110 110010

Color Harmonies of #D88526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88526

Black with #D88526

Text Example


Text Example

White with #D88526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88526; }

 p { color: rgb(216,133,38); }

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

background-color css

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

 a { background-color: rgb(216,133,38); }

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

border-color css

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

 span { border-color: rgb(216,133,38); }

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