Html Css Color HEX #D28530 Dixie

📋 copy color: '#D28530'

red 210 ◦ green 133 ◦ blue 48

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

Shades of Dixie #D28530

Tints of Dixie #D28530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.28%

R = 53.71%
G = 34.02%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D28530 (or 0xD28530) is known color: Dixie. HEX triplet: D2, 85 and 30. RGB value is (210,133,48). Sum of RGB (Red+Green+Blue) = 210+133+48=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D28530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28530 is #2D7ACF. Grayscale: #929292. Windows color (decimal): -2980560 or 3179986. OLE color: 3179986.

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

Color convert

RGB 210 133 48 -
CMYK 0 0.37 0.77 0.18
HSL 31.48º 0.64% 0.51% -
HSV(B) 31.48º 0.77% 0.82% -
XYZ 35.5 30.69 6.85 -
YUV 146.33 72.51 173.41 -
System Red Green Blue C M Y K H S L
Decimal 210 133 48 0 0.37 0.77 0.18 31.48 0.64 0.51
Hex D2 85 30 0 25 4D 12 1F 40 33
Octal 322 205 60 0 45 115 22 37 100 63
Binary 11010010 10000101 110000 0 100101 1001101 10010 11111 1000000 110011

Color Harmonies of #D28530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28530

Black with #D28530

Text Example


Text Example

White with #D28530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28530; }

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

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

background-color css

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

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

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

border-color css

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

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

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