Html Css Color HEX #D68325 Dixie

📋 copy color: '#D68325'

red 214 ◦ green 131 ◦ blue 37

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

Shades of Dixie #D68325

Tints of Dixie #D68325

RGB

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

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

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

R = 56.02%
G = 34.29%
B = 9.69%

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

#D68325 (or 0xD68325) is known color: Dixie. HEX triplet: D6, 83 and 25. RGB value is (214,131,37). Sum of RGB (Red+Green+Blue) = 214+131+37=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 37 (14.84% from 255 or 9.69% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D68325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68325 is #297CDA. Grayscale: #919191. Windows color (decimal): -2718939 or 2458582. OLE color: 2458582.

HSL color Cylindrical-coordinate representation of color #D68325: hue angle of 31.86º 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 #D68325 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 131 37 -
CMYK 0 0.39 0.83 0.16
HSL 31.86º 0.71% 0.49% -
HSV(B) 31.86º 0.83% 0.84% -
XYZ 36.18 30.66 5.76 -
YUV 145.1 67 177.14 -
System Red Green Blue C M Y K H S L
Decimal 214 131 37 0 0.39 0.83 0.16 31.86 0.71 0.49
Hex D6 83 25 0 27 53 10 20 47 31
Octal 326 203 45 0 47 123 20 40 107 61
Binary 11010110 10000011 100101 0 100111 1010011 10000 100000 1000111 110001

Color Harmonies of #D68325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68325

Black with #D68325

Text Example


Text Example

White with #D68325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68325; }

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

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

background-color css

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

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

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

border-color css

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

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

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