Html Css Color HEX #D68627 Dixie

📋 copy color: '#D68627'

red 214 ◦ green 134 ◦ blue 39

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

Shades of Dixie #D68627

Tints of Dixie #D68627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.08%

R = 55.3%
G = 34.63%
B = 10.08%

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

#D68627 (or 0xD68627) is known color: Dixie. HEX triplet: D6, 86 and 27. RGB value is (214,134,39). Sum of RGB (Red+Green+Blue) = 214+134+39=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 39 (15.62% from 255 or 10.08% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D68627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68627 is #2979D8. Grayscale: #939393. Windows color (decimal): -2718169 or 2590422. OLE color: 2590422.

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

Color convert

RGB 214 134 39 -
CMYK 0 0.37 0.82 0.16
HSL 32.57º 0.69% 0.5% -
HSV(B) 32.57º 0.82% 0.84% -
XYZ 36.62 31.49 6.07 -
YUV 147.09 67 175.72 -
System Red Green Blue C M Y K H S L
Decimal 214 134 39 0 0.37 0.82 0.16 32.57 0.69 0.5
Hex D6 86 27 0 25 52 10 21 45 32
Octal 326 206 47 0 45 122 20 41 105 62
Binary 11010110 10000110 100111 0 100101 1010010 10000 100001 1000101 110010

Color Harmonies of #D68627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68627

Black with #D68627

Text Example


Text Example

White with #D68627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68627; }

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

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

background-color css

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

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

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

border-color css

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

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

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