Html Css Color HEX #D68537 Dixie

📋 copy color: '#D68537'

red 214 ◦ green 133 ◦ blue 55

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

Shades of Dixie #D68537

Tints of Dixie #D68537

RGB

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

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

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

R = 53.23%
G = 33.08%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D68537 (or 0xD68537) is known color: Dixie. HEX triplet: D6, 85 and 37. RGB value is (214,133,55). Sum of RGB (Red+Green+Blue) = 214+133+55=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D68537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68537 is #297AC8. Grayscale: #949494. Windows color (decimal): -2718409 or 3638742. OLE color: 3638742.

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

Color convert

RGB 214 133 55 -
CMYK 0 0.38 0.74 0.16
HSL 29.43º 0.66% 0.53% -
HSV(B) 29.43º 0.74% 0.84% -
XYZ 36.81 31.35 7.72 -
YUV 148.33 75.34 174.84 -
System Red Green Blue C M Y K H S L
Decimal 214 133 55 0 0.38 0.74 0.16 29.43 0.66 0.53
Hex D6 85 37 0 26 4A 10 1D 42 35
Octal 326 205 67 0 46 112 20 35 102 65
Binary 11010110 10000101 110111 0 100110 1001010 10000 11101 1000010 110101

Color Harmonies of #D68537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68537

Black with #D68537

Text Example


Text Example

White with #D68537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68537; }

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

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

background-color css

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

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

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

border-color css

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

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

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