Html Css Color HEX #D68427 Dixie

📋 copy color: '#D68427'

red 214 ◦ green 132 ◦ blue 39

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

Shades of Dixie #D68427

Tints of Dixie #D68427

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

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

R = 55.58%
G = 34.29%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D68427 (or 0xD68427) is known color: Dixie. HEX triplet: D6, 84 and 27. RGB value is (214,132,39). Sum of RGB (Red+Green+Blue) = 214+132+39=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D68427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68427 is #297BD8. Grayscale: #929292. Windows color (decimal): -2718681 or 2589910. OLE color: 2589910.

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

Color convert

RGB 214 132 39 -
CMYK 0 0.38 0.82 0.16
HSL 31.89º 0.69% 0.5% -
HSV(B) 31.89º 0.82% 0.84% -
XYZ 36.35 30.95 5.98 -
YUV 145.92 67.67 176.56 -
System Red Green Blue C M Y K H S L
Decimal 214 132 39 0 0.38 0.82 0.16 31.89 0.69 0.5
Hex D6 84 27 0 26 52 10 20 45 32
Octal 326 204 47 0 46 122 20 40 105 62
Binary 11010110 10000100 100111 0 100110 1010010 10000 100000 1000101 110010

Color Harmonies of #D68427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68427

Black with #D68427

Text Example


Text Example

White with #D68427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68427; }

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

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

background-color css

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

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

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

border-color css

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

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

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