Html Css Color HEX #D28636 Dixie

📋 copy color: '#D28636'

red 210 ◦ green 134 ◦ blue 54

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

Shades of Dixie #D28636

Tints of Dixie #D28636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.57%

R = 52.76%
G = 33.67%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D28636 (or 0xD28636) is known color: Dixie. HEX triplet: D2, 86 and 36. RGB value is (210,134,54). Sum of RGB (Red+Green+Blue) = 210+134+54=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D28636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28636 is #2D79C9. Grayscale: #949494. Windows color (decimal): -2980298 or 3573458. OLE color: 3573458.

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

Color convert

RGB 210 134 54 -
CMYK 0 0.36 0.74 0.18
HSL 30.77º 0.63% 0.52% -
HSV(B) 30.77º 0.74% 0.82% -
XYZ 35.77 31.02 7.59 -
YUV 147.6 75.18 172.5 -
System Red Green Blue C M Y K H S L
Decimal 210 134 54 0 0.36 0.74 0.18 30.77 0.63 0.52
Hex D2 86 36 0 24 4A 12 1F 3F 34
Octal 322 206 66 0 44 112 22 37 77 64
Binary 11010010 10000110 110110 0 100100 1001010 10010 11111 111111 110100

Color Harmonies of #D28636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28636

Black with #D28636

Text Example


Text Example

White with #D28636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28636; }

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

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

background-color css

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

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

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

border-color css

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

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

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