Html Css Color HEX #D28534 Dixie

📋 copy color: '#D28534'

red 210 ◦ green 133 ◦ blue 52

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

Shades of Dixie #D28534

Tints of Dixie #D28534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.16%

R = 53.16%
G = 33.67%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D28534 (or 0xD28534) is known color: Dixie. HEX triplet: D2, 85 and 34. RGB value is (210,133,52). Sum of RGB (Red+Green+Blue) = 210+133+52=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D28534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28534 is #2D7ACB. Grayscale: #939393. Windows color (decimal): -2980556 or 3442130. OLE color: 3442130.

HSL color Cylindrical-coordinate representation of color #D28534: hue angle of 30.76º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D28534 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 133 52 -
CMYK 0 0.37 0.75 0.18
HSL 30.76º 0.64% 0.51% -
HSV(B) 30.76º 0.75% 0.82% -
XYZ 35.59 30.72 7.3 -
YUV 146.79 74.51 173.09 -
System Red Green Blue C M Y K H S L
Decimal 210 133 52 0 0.37 0.75 0.18 30.76 0.64 0.51
Hex D2 85 34 0 25 4B 12 1F 40 33
Octal 322 205 64 0 45 113 22 37 100 63
Binary 11010010 10000101 110100 0 100101 1001011 10010 11111 1000000 110011

Color Harmonies of #D28534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28534

Black with #D28534

Text Example


Text Example

White with #D28534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28534; }

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

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

background-color css

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

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

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

border-color css

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

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

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