Html Css Color HEX #D6892D Dixie

📋 copy color: '#D6892D'

red 214 ◦ green 137 ◦ blue 45

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

Shades of Dixie #D6892D

Tints of Dixie #D6892D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.36%

R = 54.04%
G = 34.6%
B = 11.36%

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

#D6892D (or 0xD6892D) is known color: Dixie. HEX triplet: D6, 89 and 2D. RGB value is (214,137,45). Sum of RGB (Red+Green+Blue) = 214+137+45=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D6892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6892D is #2976D2. Grayscale: #959595. Windows color (decimal): -2717395 or 2984406. OLE color: 2984406.

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

Color convert

RGB 214 137 45 -
CMYK 0 0.36 0.79 0.16
HSL 32.66º 0.67% 0.51% -
HSV(B) 32.66º 0.79% 0.84% -
XYZ 37.15 32.38 6.77 -
YUV 149.54 69.01 173.98 -
System Red Green Blue C M Y K H S L
Decimal 214 137 45 0 0.36 0.79 0.16 32.66 0.67 0.51
Hex D6 89 2D 0 24 4F 10 21 43 33
Octal 326 211 55 0 44 117 20 41 103 63
Binary 11010110 10001001 101101 0 100100 1001111 10000 100001 1000011 110011

Color Harmonies of #D6892D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6892D

Black with #D6892D

Text Example


Text Example

White with #D6892D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6892D; }

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

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

background-color css

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

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

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

border-color css

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

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

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