Html Css Color HEX #D68532 Dixie

📋 copy color: '#D68532'

red 214 ◦ green 133 ◦ blue 50

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

Shades of Dixie #D68532

Tints of Dixie #D68532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

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

R = 53.9%
G = 33.5%
B = 12.59%

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

#D68532 (or 0xD68532) is known color: Dixie. HEX triplet: D6, 85 and 32. RGB value is (214,133,50). Sum of RGB (Red+Green+Blue) = 214+133+50=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D68532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68532 is #297ACD. Grayscale: #949494. Windows color (decimal): -2718414 or 3311062. OLE color: 3311062.

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

Color convert

RGB 214 133 50 -
CMYK 0 0.38 0.77 0.16
HSL 30.37º 0.67% 0.52% -
HSV(B) 30.37º 0.77% 0.84% -
XYZ 36.69 31.3 7.13 -
YUV 147.76 72.84 175.25 -
System Red Green Blue C M Y K H S L
Decimal 214 133 50 0 0.38 0.77 0.16 30.37 0.67 0.52
Hex D6 85 32 0 26 4D 10 1E 43 34
Octal 326 205 62 0 46 115 20 36 103 64
Binary 11010110 10000101 110010 0 100110 1001101 10000 11110 1000011 110100

Color Harmonies of #D68532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68532

Black with #D68532

Text Example


Text Example

White with #D68532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68532; }

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

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

background-color css

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

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

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

border-color css

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

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

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