Html Css Color HEX #D28727 Dixie

📋 copy color: '#D28727'

red 210 ◦ green 135 ◦ blue 39

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

Shades of Dixie #D28727

Tints of Dixie #D28727

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.16%

 BLUE value IS 39 (15.63% from 255) = 10.16%

R = 54.69%
G = 35.16%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D28727 (or 0xD28727) is known color: Dixie. HEX triplet: D2, 87 and 27. RGB value is (210,135,39). Sum of RGB (Red+Green+Blue) = 210+135+39=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 39 (15.62% from 255 or 10.16% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D28727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28727 is #2D78D8. Grayscale: #929292. Windows color (decimal): -2980057 or 2590674. OLE color: 2590674.

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

Color convert

RGB 210 135 39 -
CMYK 0 0.36 0.81 0.18
HSL 33.68º 0.69% 0.49% -
HSV(B) 33.68º 0.81% 0.82% -
XYZ 35.61 31.18 6.06 -
YUV 146.48 67.35 173.31 -
System Red Green Blue C M Y K H S L
Decimal 210 135 39 0 0.36 0.81 0.18 33.68 0.69 0.49
Hex D2 87 27 0 24 51 12 22 45 31
Octal 322 207 47 0 44 121 22 42 105 61
Binary 11010010 10000111 100111 0 100100 1010001 10010 100010 1000101 110001

Color Harmonies of #D28727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28727

Black with #D28727

Text Example


Text Example

White with #D28727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28727; }

 p { color: rgb(210,135,39); }

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

background-color css

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

 a { background-color: rgb(210,135,39); }

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

border-color css

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

 span { border-color: rgb(210,135,39); }

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