Html Css Color HEX #D88328 Dixie

📋 copy color: '#D88328'

red 216 ◦ green 131 ◦ blue 40

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

Shades of Dixie #D88328

Tints of Dixie #D88328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.34%

R = 55.81%
G = 33.85%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D88328 (or 0xD88328) is known color: Dixie. HEX triplet: D8, 83 and 28. RGB value is (216,131,40). Sum of RGB (Red+Green+Blue) = 216+131+40=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D88328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88328 is #277CD7. Grayscale: #929292. Windows color (decimal): -2587864 or 2655192. OLE color: 2655192.

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

Color convert

RGB 216 131 40 -
CMYK 0 0.39 0.81 0.15
HSL 31.02º 0.69% 0.5% -
HSV(B) 31.02º 0.81% 0.85% -
XYZ 36.82 30.98 6.05 -
YUV 146.04 68.16 177.9 -
System Red Green Blue C M Y K H S L
Decimal 216 131 40 0 0.39 0.81 0.15 31.02 0.69 0.5
Hex D8 83 28 0 27 51 F 1F 45 32
Octal 330 203 50 0 47 121 17 37 105 62
Binary 11011000 10000011 101000 0 100111 1010001 1111 11111 1000101 110010

Color Harmonies of #D88328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88328

Black with #D88328

Text Example


Text Example

White with #D88328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88328; }

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

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

background-color css

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

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

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

border-color css

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

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

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