Html Css Color HEX #D68837 Dixie

📋 copy color: '#D68837'

red 214 ◦ green 136 ◦ blue 55

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

Shades of Dixie #D68837

Tints of Dixie #D68837

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

 BLUE value IS 55 (21.88% from 255) = 13.58%

R = 52.84%
G = 33.58%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D68837 (or 0xD68837) is known color: Dixie. HEX triplet: D6, 88 and 37. RGB value is (214,136,55). Sum of RGB (Red+Green+Blue) = 214+136+55=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 55 (21.88% from 255 or 13.58% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D68837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68837 is #2977C8. Grayscale: #969696. Windows color (decimal): -2717641 or 3639510. OLE color: 3639510.

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

Color convert

RGB 214 136 55 -
CMYK 0 0.36 0.74 0.16
HSL 30.57º 0.66% 0.53% -
HSV(B) 30.57º 0.74% 0.84% -
XYZ 37.23 32.18 7.86 -
YUV 150.09 74.34 173.59 -
System Red Green Blue C M Y K H S L
Decimal 214 136 55 0 0.36 0.74 0.16 30.57 0.66 0.53
Hex D6 88 37 0 24 4A 10 1F 42 35
Octal 326 210 67 0 44 112 20 37 102 65
Binary 11010110 10001000 110111 0 100100 1001010 10000 11111 1000010 110101

Color Harmonies of #D68837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68837

Black with #D68837

Text Example


Text Example

White with #D68837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68837; }

 p { color: rgb(214,136,55); }

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

background-color css

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

 a { background-color: rgb(214,136,55); }

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

border-color css

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

 span { border-color: rgb(214,136,55); }

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