Html Css Color HEX #D28523 Dixie

📋 copy color: '#D28523'

red 210 ◦ green 133 ◦ blue 35

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

Shades of Dixie #D28523

Tints of Dixie #D28523

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.19%

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

R = 55.56%
G = 35.19%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D28523 (or 0xD28523) is known color: Dixie. HEX triplet: D2, 85 and 23. RGB value is (210,133,35). Sum of RGB (Red+Green+Blue) = 210+133+35=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 35 (14.06% from 255 or 9.26% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D28523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28523 is #2D7ADC. Grayscale: #919191. Windows color (decimal): -2980573 or 2328018. OLE color: 2328018.

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

Color convert

RGB 210 133 35 -
CMYK 0 0.37 0.83 0.18
HSL 33.6º 0.71% 0.48% -
HSV(B) 33.6º 0.83% 0.82% -
XYZ 35.27 30.6 5.64 -
YUV 144.85 66.01 174.47 -
System Red Green Blue C M Y K H S L
Decimal 210 133 35 0 0.37 0.83 0.18 33.6 0.71 0.48
Hex D2 85 23 0 25 53 12 22 47 30
Octal 322 205 43 0 45 123 22 42 107 60
Binary 11010010 10000101 100011 0 100101 1010011 10010 100010 1000111 110000

Color Harmonies of #D28523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28523

Black with #D28523

Text Example


Text Example

White with #D28523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28523; }

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

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

background-color css

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

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

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

border-color css

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

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

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