Html Css Color HEX #D68534 Dixie

📋 copy color: '#D68534'

red 214 ◦ green 133 ◦ blue 52

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

Shades of Dixie #D68534

Tints of Dixie #D68534

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.33%

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

R = 53.63%
G = 33.33%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D68534 (or 0xD68534) is known color: Dixie. HEX triplet: D6, 85 and 34. RGB value is (214,133,52). Sum of RGB (Red+Green+Blue) = 214+133+52=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D68534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68534 is #297ACB. Grayscale: #949494. Windows color (decimal): -2718412 or 3442134. OLE color: 3442134.

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

Color convert

RGB 214 133 52 -
CMYK 0 0.38 0.76 0.16
HSL 30º 0.66% 0.52% -
HSV(B) 30º 0.76% 0.84% -
XYZ 36.74 31.32 7.36 -
YUV 147.99 73.84 175.09 -
System Red Green Blue C M Y K H S L
Decimal 214 133 52 0 0.38 0.76 0.16 30 0.66 0.52
Hex D6 85 34 0 26 4C 10 1E 42 34
Octal 326 205 64 0 46 114 20 36 102 64
Binary 11010110 10000101 110100 0 100110 1001100 10000 11110 1000010 110100

Color Harmonies of #D68534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68534

Black with #D68534

Text Example


Text Example

White with #D68534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68534; }

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

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

background-color css

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

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

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

border-color css

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

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

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