Html Css Color HEX #D68523 Dixie

📋 copy color: '#D68523'

red 214 ◦ green 133 ◦ blue 35

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

Shades of Dixie #D68523

Tints of Dixie #D68523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.16%

R = 56.02%
G = 34.82%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D68523 (or 0xD68523) is known color: Dixie. HEX triplet: D6, 85 and 23. RGB value is (214,133,35). Sum of RGB (Red+Green+Blue) = 214+133+35=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 35 (14.06% from 255 or 9.16% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D68523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68523 is #297ADC. Grayscale: #929292. Windows color (decimal): -2718429 or 2328022. OLE color: 2328022.

HSL color Cylindrical-coordinate representation of color #D68523: hue angle of 32.85º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D68523 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 133 35 -
CMYK 0 0.38 0.84 0.16
HSL 32.85º 0.72% 0.49% -
HSV(B) 32.85º 0.84% 0.84% -
XYZ 36.42 31.19 5.69 -
YUV 146.05 65.34 176.47 -
System Red Green Blue C M Y K H S L
Decimal 214 133 35 0 0.38 0.84 0.16 32.85 0.72 0.49
Hex D6 85 23 0 26 54 10 21 48 31
Octal 326 205 43 0 46 124 20 41 110 61
Binary 11010110 10000101 100011 0 100110 1010100 10000 100001 1001000 110001

Color Harmonies of #D68523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68523

Black with #D68523

Text Example


Text Example

White with #D68523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68523; }

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

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

background-color css

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

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

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

border-color css

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

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

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