Html Css Color HEX #D68732 Dixie

📋 copy color: '#D68732'

red 214 ◦ green 135 ◦ blue 50

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

Shades of Dixie #D68732

Tints of Dixie #D68732

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.83%

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

R = 53.63%
G = 33.83%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D68732 (or 0xD68732) is known color: Dixie. HEX triplet: D6, 87 and 32. RGB value is (214,135,50). Sum of RGB (Red+Green+Blue) = 214+135+50=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D68732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68732 is #2978CD. Grayscale: #959595. Windows color (decimal): -2717902 or 3311574. OLE color: 3311574.

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

Color convert

RGB 214 135 50 -
CMYK 0 0.37 0.77 0.16
HSL 31.1º 0.67% 0.52% -
HSV(B) 31.1º 0.77% 0.84% -
XYZ 36.97 31.85 7.22 -
YUV 148.93 72.17 174.41 -
System Red Green Blue C M Y K H S L
Decimal 214 135 50 0 0.37 0.77 0.16 31.1 0.67 0.52
Hex D6 87 32 0 25 4D 10 1F 43 34
Octal 326 207 62 0 45 115 20 37 103 64
Binary 11010110 10000111 110010 0 100101 1001101 10000 11111 1000011 110100

Color Harmonies of #D68732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68732

Black with #D68732

Text Example


Text Example

White with #D68732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68732; }

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

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

background-color css

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

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

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

border-color css

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

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

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