Html Css Color HEX #D68324 Dixie

📋 copy color: '#D68324'

red 214 ◦ green 131 ◦ blue 36

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

Shades of Dixie #D68324

Tints of Dixie #D68324

RGB

 RED value IS 214 (83.98% from 255) = 56.17%

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

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

R = 56.17%
G = 34.38%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D68324 (or 0xD68324) is known color: Dixie. HEX triplet: D6, 83 and 24. RGB value is (214,131,36). Sum of RGB (Red+Green+Blue) = 214+131+36=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 36 (14.45% from 255 or 9.45% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D68324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68324 is #297CDB. Grayscale: #919191. Windows color (decimal): -2718940 or 2393046. OLE color: 2393046.

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

Color convert

RGB 214 131 36 -
CMYK 0 0.39 0.83 0.16
HSL 32.02º 0.71% 0.49% -
HSV(B) 32.02º 0.83% 0.84% -
XYZ 36.17 30.66 5.68 -
YUV 144.99 66.5 177.22 -
System Red Green Blue C M Y K H S L
Decimal 214 131 36 0 0.39 0.83 0.16 32.02 0.71 0.49
Hex D6 83 24 0 27 53 10 20 47 31
Octal 326 203 44 0 47 123 20 40 107 61
Binary 11010110 10000011 100100 0 100111 1010011 10000 100000 1000111 110001

Color Harmonies of #D68324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68324

Black with #D68324

Text Example


Text Example

White with #D68324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68324; }

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

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

background-color css

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

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

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

border-color css

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

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

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