Html Css Color HEX #D28730 Dixie

📋 copy color: '#D28730'

red 210 ◦ green 135 ◦ blue 48

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

Shades of Dixie #D28730

Tints of Dixie #D28730

RGB

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

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

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

R = 53.44%
G = 34.35%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D28730 (or 0xD28730) is known color: Dixie. HEX triplet: D2, 87 and 30. RGB value is (210,135,48). Sum of RGB (Red+Green+Blue) = 210+135+48=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D28730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28730 is #2D78CF. Grayscale: #939393. Windows color (decimal): -2980048 or 3180498. OLE color: 3180498.

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

Color convert

RGB 210 135 48 -
CMYK 0 0.36 0.77 0.18
HSL 32.22º 0.64% 0.51% -
HSV(B) 32.22º 0.77% 0.82% -
XYZ 35.78 31.24 6.94 -
YUV 147.51 71.85 172.57 -
System Red Green Blue C M Y K H S L
Decimal 210 135 48 0 0.36 0.77 0.18 32.22 0.64 0.51
Hex D2 87 30 0 24 4D 12 20 40 33
Octal 322 207 60 0 44 115 22 40 100 63
Binary 11010010 10000111 110000 0 100100 1001101 10010 100000 1000000 110011

Color Harmonies of #D28730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28730

Black with #D28730

Text Example


Text Example

White with #D28730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28730; }

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

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

background-color css

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

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

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

border-color css

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

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

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