Html Css Color HEX #D88325 Dixie

📋 copy color: '#D88325'

red 216 ◦ green 131 ◦ blue 37

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

Shades of Dixie #D88325

Tints of Dixie #D88325

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.11%

 BLUE value IS 37 (14.84% from 255) = 9.64%

R = 56.25%
G = 34.11%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D88325 (or 0xD88325) is known color: Dixie. HEX triplet: D8, 83 and 25. RGB value is (216,131,37). Sum of RGB (Red+Green+Blue) = 216+131+37=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D88325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88325 is #277CDA. Grayscale: #929292. Windows color (decimal): -2587867 or 2458584. OLE color: 2458584.

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

Color convert

RGB 216 131 37 -
CMYK 0 0.39 0.83 0.15
HSL 31.51º 0.71% 0.5% -
HSV(B) 31.51º 0.83% 0.85% -
XYZ 36.77 30.97 5.79 -
YUV 145.7 66.66 178.14 -
System Red Green Blue C M Y K H S L
Decimal 216 131 37 0 0.39 0.83 0.15 31.51 0.71 0.5
Hex D8 83 25 0 27 53 F 20 47 32
Octal 330 203 45 0 47 123 17 40 107 62
Binary 11011000 10000011 100101 0 100111 1010011 1111 100000 1000111 110010

Color Harmonies of #D88325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88325

Black with #D88325

Text Example


Text Example

White with #D88325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88325; }

 p { color: rgb(216,131,37); }

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

background-color css

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

 a { background-color: rgb(216,131,37); }

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

border-color css

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

 span { border-color: rgb(216,131,37); }

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