Html Css Color HEX #D28626 Dixie

📋 copy color: '#D28626'

red 210 ◦ green 134 ◦ blue 38

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

Shades of Dixie #D28626

Tints of Dixie #D28626

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.08%

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

R = 54.97%
G = 35.08%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D28626 (or 0xD28626) is known color: Dixie. HEX triplet: D2, 86 and 26. RGB value is (210,134,38). Sum of RGB (Red+Green+Blue) = 210+134+38=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 38 (15.23% from 255 or 9.95% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D28626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28626 is #2D79D9. Grayscale: #929292. Windows color (decimal): -2980314 or 2524882. OLE color: 2524882.

HSL color Cylindrical-coordinate representation of color #D28626: hue angle of 33.49º 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 #D28626 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 134 38 -
CMYK 0 0.36 0.82 0.18
HSL 33.49º 0.69% 0.49% -
HSV(B) 33.49º 0.82% 0.82% -
XYZ 35.45 30.89 5.93 -
YUV 145.78 67.18 173.81 -
System Red Green Blue C M Y K H S L
Decimal 210 134 38 0 0.36 0.82 0.18 33.49 0.69 0.49
Hex D2 86 26 0 24 52 12 21 45 31
Octal 322 206 46 0 44 122 22 41 105 61
Binary 11010010 10000110 100110 0 100100 1010010 10010 100001 1000101 110001

Color Harmonies of #D28626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28626

Black with #D28626

Text Example


Text Example

White with #D28626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28626; }

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

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

background-color css

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

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

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

border-color css

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

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

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