Html Css Color HEX #D68526 Dixie

📋 copy color: '#D68526'

red 214 ◦ green 133 ◦ blue 38

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

Shades of Dixie #D68526

Tints of Dixie #D68526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.87%

R = 55.58%
G = 34.55%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D68526 (or 0xD68526) is known color: Dixie. HEX triplet: D6, 85 and 26. RGB value is (214,133,38). Sum of RGB (Red+Green+Blue) = 214+133+38=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D68526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68526 is #297AD9. Grayscale: #929292. Windows color (decimal): -2718426 or 2524630. OLE color: 2524630.

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

Color convert

RGB 214 133 38 -
CMYK 0 0.38 0.82 0.16
HSL 32.39º 0.7% 0.49% -
HSV(B) 32.39º 0.82% 0.84% -
XYZ 36.47 31.21 5.94 -
YUV 146.39 66.84 176.22 -
System Red Green Blue C M Y K H S L
Decimal 214 133 38 0 0.38 0.82 0.16 32.39 0.7 0.49
Hex D6 85 26 0 26 52 10 20 46 31
Octal 326 205 46 0 46 122 20 40 106 61
Binary 11010110 10000101 100110 0 100110 1010010 10000 100000 1000110 110001

Color Harmonies of #D68526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68526

Black with #D68526

Text Example


Text Example

White with #D68526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68526; }

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

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

background-color css

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

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

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

border-color css

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

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

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