Html Css Color HEX #D28723 Dixie

📋 copy color: '#D28723'

red 210 ◦ green 135 ◦ blue 35

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

Shades of Dixie #D28723

Tints of Dixie #D28723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.21%

R = 55.26%
G = 35.53%
B = 9.21%

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

#D28723 (or 0xD28723) is known color: Dixie. HEX triplet: D2, 87 and 23. RGB value is (210,135,35). Sum of RGB (Red+Green+Blue) = 210+135+35=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D28723 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28723 is #2D78DC. Grayscale: #929292. Windows color (decimal): -2980061 or 2328530. OLE color: 2328530.

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

Color convert

RGB 210 135 35 -
CMYK 0 0.36 0.83 0.18
HSL 34.29º 0.71% 0.48% -
HSV(B) 34.29º 0.83% 0.82% -
XYZ 35.55 31.15 5.73 -
YUV 146.03 65.35 173.63 -
System Red Green Blue C M Y K H S L
Decimal 210 135 35 0 0.36 0.83 0.18 34.29 0.71 0.48
Hex D2 87 23 0 24 53 12 22 47 30
Octal 322 207 43 0 44 123 22 42 107 60
Binary 11010010 10000111 100011 0 100100 1010011 10010 100010 1000111 110000

Color Harmonies of #D28723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28723

Black with #D28723

Text Example


Text Example

White with #D28723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28723; }

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

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

background-color css

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

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

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

border-color css

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

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

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