Html Css Color HEX #D68832 Dixie

📋 copy color: '#D68832'

red 214 ◦ green 136 ◦ blue 50

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

Shades of Dixie #D68832

Tints of Dixie #D68832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.5%

R = 53.5%
G = 34%
B = 12.5%

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

#D68832 (or 0xD68832) is known color: Dixie. HEX triplet: D6, 88 and 32. RGB value is (214,136,50). Sum of RGB (Red+Green+Blue) = 214+136+50=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D68832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68832 is #2977CD. Grayscale: #959595. Windows color (decimal): -2717646 or 3311830. OLE color: 3311830.

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

Color convert

RGB 214 136 50 -
CMYK 0 0.36 0.77 0.16
HSL 31.46º 0.67% 0.52% -
HSV(B) 31.46º 0.77% 0.84% -
XYZ 37.11 32.13 7.26 -
YUV 149.52 71.84 173.99 -
System Red Green Blue C M Y K H S L
Decimal 214 136 50 0 0.36 0.77 0.16 31.46 0.67 0.52
Hex D6 88 32 0 24 4D 10 1F 43 34
Octal 326 210 62 0 44 115 20 37 103 64
Binary 11010110 10001000 110010 0 100100 1001101 10000 11111 1000011 110100

Color Harmonies of #D68832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68832

Black with #D68832

Text Example


Text Example

White with #D68832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68832; }

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

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

background-color css

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

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

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

border-color css

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

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

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