Html Css Color HEX #D6892C Dixie

📋 copy color: '#D6892C'

red 214 ◦ green 137 ◦ blue 44

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

Shades of Dixie #D6892C

Tints of Dixie #D6892C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.68%

 BLUE value IS 44 (17.58% from 255) = 11.14%

R = 54.18%
G = 34.68%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6892C (or 0xD6892C) is known color: Dixie. HEX triplet: D6, 89 and 2C. RGB value is (214,137,44). Sum of RGB (Red+Green+Blue) = 214+137+44=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D6892C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6892C is #2976D3. Grayscale: #959595. Windows color (decimal): -2717396 or 2918870. OLE color: 2918870.

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

Color convert

RGB 214 137 44 -
CMYK 0 0.36 0.79 0.16
HSL 32.82º 0.67% 0.51% -
HSV(B) 32.82º 0.79% 0.84% -
XYZ 37.13 32.37 6.67 -
YUV 149.42 68.51 174.06 -
System Red Green Blue C M Y K H S L
Decimal 214 137 44 0 0.36 0.79 0.16 32.82 0.67 0.51
Hex D6 89 2C 0 24 4F 10 21 43 33
Octal 326 211 54 0 44 117 20 41 103 63
Binary 11010110 10001001 101100 0 100100 1001111 10000 100001 1000011 110011

Color Harmonies of #D6892C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6892C

Black with #D6892C

Text Example


Text Example

White with #D6892C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6892C; }

 p { color: rgb(214,137,44); }

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

background-color css

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

 a { background-color: rgb(214,137,44); }

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

border-color css

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

 span { border-color: rgb(214,137,44); }

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