Html Css Color HEX #D6882A Dixie

📋 copy color: '#D6882A'

red 214 ◦ green 136 ◦ blue 42

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

Shades of Dixie #D6882A

Tints of Dixie #D6882A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.71%

R = 54.59%
G = 34.69%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6882A (or 0xD6882A) is known color: Dixie. HEX triplet: D6, 88 and 2A. RGB value is (214,136,42). Sum of RGB (Red+Green+Blue) = 214+136+42=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6882A is #2977D5. Grayscale: #959595. Windows color (decimal): -2717654 or 2787542. OLE color: 2787542.

HSL color Cylindrical-coordinate representation of color #D6882A: hue angle of 32.79º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6882A is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 136 42 -
CMYK 0 0.36 0.80 0.16
HSL 32.79º 0.68% 0.5% -
HSV(B) 32.79º 0.8% 0.84% -
XYZ 36.95 32.07 6.43 -
YUV 148.61 67.84 174.64 -
System Red Green Blue C M Y K H S L
Decimal 214 136 42 0 0.36 0.80 0.16 32.79 0.68 0.5
Hex D6 88 2A 0 24 50 10 21 44 32
Octal 326 210 52 0 44 120 20 41 104 62
Binary 11010110 10001000 101010 0 100100 1010000 10000 100001 1000100 110010

Color Harmonies of #D6882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6882A

Black with #D6882A

Text Example


Text Example

White with #D6882A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6882A; }

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

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

background-color css

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

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

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

border-color css

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

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

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