Html Css Color HEX #D28326 Dixie

📋 copy color: '#D28326'

red 210 ◦ green 131 ◦ blue 38

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

Shades of Dixie #D28326

Tints of Dixie #D28326

RGB

 RED value IS 210 (82.42% from 255) = 55.41%

 GREEN value IS 131 (51.56% from 255) = 34.56%

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

R = 55.41%
G = 34.56%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D28326 (or 0xD28326) is known color: Dixie. HEX triplet: D2, 83 and 26. RGB value is (210,131,38). Sum of RGB (Red+Green+Blue) = 210+131+38=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D28326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28326 is #2D7CD9. Grayscale: #909090. Windows color (decimal): -2981082 or 2524114. OLE color: 2524114.

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

Color convert

RGB 210 131 38 -
CMYK 0 0.38 0.82 0.18
HSL 32.44º 0.69% 0.49% -
HSV(B) 32.44º 0.82% 0.82% -
XYZ 35.04 30.07 5.79 -
YUV 144.02 68.17 175.06 -
System Red Green Blue C M Y K H S L
Decimal 210 131 38 0 0.38 0.82 0.18 32.44 0.69 0.49
Hex D2 83 26 0 26 52 12 20 45 31
Octal 322 203 46 0 46 122 22 40 105 61
Binary 11010010 10000011 100110 0 100110 1010010 10010 100000 1000101 110001

Color Harmonies of #D28326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28326

Black with #D28326

Text Example


Text Example

White with #D28326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28326; }

 p { color: rgb(210,131,38); }

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

background-color css

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

 a { background-color: rgb(210,131,38); }

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

border-color css

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

 span { border-color: rgb(210,131,38); }

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