Html Css Color HEX #D68831 Dixie

📋 copy color: '#D68831'

red 214 ◦ green 136 ◦ blue 49

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

Shades of Dixie #D68831

Tints of Dixie #D68831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.28%

R = 53.63%
G = 34.09%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D68831 (or 0xD68831) is known color: Dixie. HEX triplet: D6, 88 and 31. RGB value is (214,136,49). Sum of RGB (Red+Green+Blue) = 214+136+49=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D68831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68831 is #2977CE. Grayscale: #959595. Windows color (decimal): -2717647 or 3246294. OLE color: 3246294.

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

Color convert

RGB 214 136 49 -
CMYK 0 0.36 0.77 0.16
HSL 31.64º 0.67% 0.52% -
HSV(B) 31.64º 0.77% 0.84% -
XYZ 37.09 32.13 7.15 -
YUV 149.4 71.34 174.07 -
System Red Green Blue C M Y K H S L
Decimal 214 136 49 0 0.36 0.77 0.16 31.64 0.67 0.52
Hex D6 88 31 0 24 4D 10 20 43 34
Octal 326 210 61 0 44 115 20 40 103 64
Binary 11010110 10001000 110001 0 100100 1001101 10000 100000 1000011 110100

Color Harmonies of #D68831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68831

Black with #D68831

Text Example


Text Example

White with #D68831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68831; }

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

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

background-color css

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

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

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

border-color css

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

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

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