Html Css Color HEX #D68431 Dixie

📋 copy color: '#D68431'

red 214 ◦ green 132 ◦ blue 49

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

Shades of Dixie #D68431

Tints of Dixie #D68431

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.42%

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

R = 54.18%
G = 33.42%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D68431 (or 0xD68431) is known color: Dixie. HEX triplet: D6, 84 and 31. RGB value is (214,132,49). Sum of RGB (Red+Green+Blue) = 214+132+49=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D68431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68431 is #297BCE. Grayscale: #939393. Windows color (decimal): -2718671 or 3245270. OLE color: 3245270.

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

Color convert

RGB 214 132 49 -
CMYK 0 0.38 0.77 0.16
HSL 30.18º 0.67% 0.52% -
HSV(B) 30.18º 0.77% 0.84% -
XYZ 36.54 31.02 6.97 -
YUV 147.06 72.67 175.75 -
System Red Green Blue C M Y K H S L
Decimal 214 132 49 0 0.38 0.77 0.16 30.18 0.67 0.52
Hex D6 84 31 0 26 4D 10 1E 43 34
Octal 326 204 61 0 46 115 20 36 103 64
Binary 11010110 10000100 110001 0 100110 1001101 10000 11110 1000011 110100

Color Harmonies of #D68431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68431

Black with #D68431

Text Example


Text Example

White with #D68431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68431; }

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

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

background-color css

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

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

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

border-color css

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

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

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