Html Css Color HEX #D68734 Dixie

📋 copy color: '#D68734'

red 214 ◦ green 135 ◦ blue 52

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

Shades of Dixie #D68734

Tints of Dixie #D68734

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.67%

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

R = 53.37%
G = 33.67%
B = 12.97%

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

#D68734 (or 0xD68734) is known color: Dixie. HEX triplet: D6, 87 and 34. RGB value is (214,135,52). Sum of RGB (Red+Green+Blue) = 214+135+52=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D68734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68734 is #2978CB. Grayscale: #959595. Windows color (decimal): -2717900 or 3442646. OLE color: 3442646.

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

Color convert

RGB 214 135 52 -
CMYK 0 0.37 0.76 0.16
HSL 30.74º 0.66% 0.52% -
HSV(B) 30.74º 0.76% 0.84% -
XYZ 37.02 31.87 7.45 -
YUV 149.16 73.17 174.25 -
System Red Green Blue C M Y K H S L
Decimal 214 135 52 0 0.37 0.76 0.16 30.74 0.66 0.52
Hex D6 87 34 0 25 4C 10 1F 42 34
Octal 326 207 64 0 45 114 20 37 102 64
Binary 11010110 10000111 110100 0 100101 1001100 10000 11111 1000010 110100

Color Harmonies of #D68734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68734

Black with #D68734

Text Example


Text Example

White with #D68734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68734; }

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

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

background-color css

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

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

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

border-color css

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

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

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