Html Css Color HEX #D68326 Dixie

📋 copy color: '#D68326'

red 214 ◦ green 131 ◦ blue 38

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

Shades of Dixie #D68326

Tints of Dixie #D68326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.92%

R = 55.87%
G = 34.2%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D68326 (or 0xD68326) is known color: Dixie. HEX triplet: D6, 83 and 26. RGB value is (214,131,38). Sum of RGB (Red+Green+Blue) = 214+131+38=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D68326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68326 is #297CD9. Grayscale: #919191. Windows color (decimal): -2718938 or 2524118. OLE color: 2524118.

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

Color convert

RGB 214 131 38 -
CMYK 0 0.39 0.82 0.16
HSL 31.7º 0.7% 0.49% -
HSV(B) 31.7º 0.82% 0.84% -
XYZ 36.2 30.67 5.85 -
YUV 145.22 67.5 177.06 -
System Red Green Blue C M Y K H S L
Decimal 214 131 38 0 0.39 0.82 0.16 31.7 0.7 0.49
Hex D6 83 26 0 27 52 10 20 46 31
Octal 326 203 46 0 47 122 20 40 106 61
Binary 11010110 10000011 100110 0 100111 1010010 10000 100000 1000110 110001

Color Harmonies of #D68326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68326

Black with #D68326

Text Example


Text Example

White with #D68326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68326; }

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

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

background-color css

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

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

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

border-color css

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

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

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