Html Css Color HEX #D68634 Dixie

📋 copy color: '#D68634'

red 214 ◦ green 134 ◦ blue 52

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

Shades of Dixie #D68634

Tints of Dixie #D68634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13%

R = 53.5%
G = 33.5%
B = 13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D68634 (or 0xD68634) is known color: Dixie. HEX triplet: D6, 86 and 34. RGB value is (214,134,52). Sum of RGB (Red+Green+Blue) = 214+134+52=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D68634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68634 is #2979CB. Grayscale: #949494. Windows color (decimal): -2718156 or 3442390. OLE color: 3442390.

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

Color convert

RGB 214 134 52 -
CMYK 0 0.37 0.76 0.16
HSL 30.37º 0.66% 0.52% -
HSV(B) 30.37º 0.76% 0.84% -
XYZ 36.88 31.59 7.4 -
YUV 148.57 73.5 174.67 -
System Red Green Blue C M Y K H S L
Decimal 214 134 52 0 0.37 0.76 0.16 30.37 0.66 0.52
Hex D6 86 34 0 25 4C 10 1E 42 34
Octal 326 206 64 0 45 114 20 36 102 64
Binary 11010110 10000110 110100 0 100101 1001100 10000 11110 1000010 110100

Color Harmonies of #D68634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68634

Black with #D68634

Text Example


Text Example

White with #D68634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68634; }

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

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

background-color css

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

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

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

border-color css

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

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

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