Html Css Color HEX #D28624 Dixie

📋 copy color: '#D28624'

red 210 ◦ green 134 ◦ blue 36

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

Shades of Dixie #D28624

Tints of Dixie #D28624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.47%

R = 55.26%
G = 35.26%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D28624 (or 0xD28624) is known color: Dixie. HEX triplet: D2, 86 and 24. RGB value is (210,134,36). Sum of RGB (Red+Green+Blue) = 210+134+36=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D28624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28624 is #2D79DB. Grayscale: #929292. Windows color (decimal): -2980316 or 2393810. OLE color: 2393810.

HSL color Cylindrical-coordinate representation of color #D28624: hue angle of 33.79º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D28624 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 134 36 -
CMYK 0 0.36 0.83 0.18
HSL 33.79º 0.71% 0.48% -
HSV(B) 33.79º 0.83% 0.82% -
XYZ 35.42 30.88 5.76 -
YUV 145.55 66.18 173.97 -
System Red Green Blue C M Y K H S L
Decimal 210 134 36 0 0.36 0.83 0.18 33.79 0.71 0.48
Hex D2 86 24 0 24 53 12 22 47 30
Octal 322 206 44 0 44 123 22 42 107 60
Binary 11010010 10000110 100100 0 100100 1010011 10010 100010 1000111 110000

Color Harmonies of #D28624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28624

Black with #D28624

Text Example


Text Example

White with #D28624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28624; }

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

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

background-color css

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

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

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

border-color css

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

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

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