Html Css Color HEX #D28725 Dixie

📋 copy color: '#D28725'

red 210 ◦ green 135 ◦ blue 37

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

Shades of Dixie #D28725

Tints of Dixie #D28725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.69%

R = 54.97%
G = 35.34%
B = 9.69%

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

#D28725 (or 0xD28725) is known color: Dixie. HEX triplet: D2, 87 and 25. RGB value is (210,135,37). Sum of RGB (Red+Green+Blue) = 210+135+37=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 37 (14.84% from 255 or 9.69% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D28725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28725 is #2D78DA. Grayscale: #929292. Windows color (decimal): -2980059 or 2459602. OLE color: 2459602.

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

Color convert

RGB 210 135 37 -
CMYK 0 0.36 0.82 0.18
HSL 33.99º 0.7% 0.48% -
HSV(B) 33.99º 0.82% 0.82% -
XYZ 35.58 31.16 5.89 -
YUV 146.25 66.35 173.47 -
System Red Green Blue C M Y K H S L
Decimal 210 135 37 0 0.36 0.82 0.18 33.99 0.7 0.48
Hex D2 87 25 0 24 52 12 22 46 30
Octal 322 207 45 0 44 122 22 42 106 60
Binary 11010010 10000111 100101 0 100100 1010010 10010 100010 1000110 110000

Color Harmonies of #D28725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28725

Black with #D28725

Text Example


Text Example

White with #D28725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28725; }

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

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

background-color css

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

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

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

border-color css

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

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

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