Html Css Color HEX #D88324 Dixie

📋 copy color: '#D88324'

red 216 ◦ green 131 ◦ blue 36

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

Shades of Dixie #D88324

Tints of Dixie #D88324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.4%

R = 56.4%
G = 34.2%
B = 9.4%

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

#D88324 (or 0xD88324) is known color: Dixie. HEX triplet: D8, 83 and 24. RGB value is (216,131,36). Sum of RGB (Red+Green+Blue) = 216+131+36=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D88324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88324 is #277CDB. Grayscale: #929292. Windows color (decimal): -2587868 or 2393048. OLE color: 2393048.

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

Color convert

RGB 216 131 36 -
CMYK 0 0.39 0.83 0.15
HSL 31.67º 0.71% 0.49% -
HSV(B) 31.67º 0.83% 0.85% -
XYZ 36.75 30.96 5.71 -
YUV 145.59 66.16 178.22 -
System Red Green Blue C M Y K H S L
Decimal 216 131 36 0 0.39 0.83 0.15 31.67 0.71 0.49
Hex D8 83 24 0 27 53 F 20 47 31
Octal 330 203 44 0 47 123 17 40 107 61
Binary 11011000 10000011 100100 0 100111 1010011 1111 100000 1000111 110001

Color Harmonies of #D88324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88324

Black with #D88324

Text Example


Text Example

White with #D88324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88324; }

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

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

background-color css

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

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

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

border-color css

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

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

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