Html Css Color HEX #D68626 Dixie

📋 copy color: '#D68626'

red 214 ◦ green 134 ◦ blue 38

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

Shades of Dixie #D68626

Tints of Dixie #D68626

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.72%

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

R = 55.44%
G = 34.72%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D68626 (or 0xD68626) is known color: Dixie. HEX triplet: D6, 86 and 26. RGB value is (214,134,38). Sum of RGB (Red+Green+Blue) = 214+134+38=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D68626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68626 is #2979D9. Grayscale: #939393. Windows color (decimal): -2718170 or 2524886. OLE color: 2524886.

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

Color convert

RGB 214 134 38 -
CMYK 0 0.37 0.82 0.16
HSL 32.73º 0.7% 0.49% -
HSV(B) 32.73º 0.82% 0.84% -
XYZ 36.61 31.49 5.98 -
YUV 146.98 66.5 175.81 -
System Red Green Blue C M Y K H S L
Decimal 214 134 38 0 0.37 0.82 0.16 32.73 0.7 0.49
Hex D6 86 26 0 25 52 10 21 46 31
Octal 326 206 46 0 45 122 20 41 106 61
Binary 11010110 10000110 100110 0 100101 1010010 10000 100001 1000110 110001

Color Harmonies of #D68626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68626

Black with #D68626

Text Example


Text Example

White with #D68626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68626; }

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

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

background-color css

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

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

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

border-color css

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

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

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