Html Css Color HEX #D28330 Dixie

📋 copy color: '#D28330'

red 210 ◦ green 131 ◦ blue 48

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

Shades of Dixie #D28330

Tints of Dixie #D28330

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

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

R = 53.98%
G = 33.68%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D28330 (or 0xD28330) is known color: Dixie. HEX triplet: D2, 83 and 30. RGB value is (210,131,48). Sum of RGB (Red+Green+Blue) = 210+131+48=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D28330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28330 is #2D7CCF. Grayscale: #919191. Windows color (decimal): -2981072 or 3179474. OLE color: 3179474.

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

Color convert

RGB 210 131 48 -
CMYK 0 0.38 0.77 0.18
HSL 30.74º 0.64% 0.51% -
HSV(B) 30.74º 0.77% 0.82% -
XYZ 35.23 30.15 6.76 -
YUV 145.16 73.17 174.25 -
System Red Green Blue C M Y K H S L
Decimal 210 131 48 0 0.38 0.77 0.18 30.74 0.64 0.51
Hex D2 83 30 0 26 4D 12 1F 40 33
Octal 322 203 60 0 46 115 22 37 100 63
Binary 11010010 10000011 110000 0 100110 1001101 10010 11111 1000000 110011

Color Harmonies of #D28330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28330

Black with #D28330

Text Example


Text Example

White with #D28330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28330; }

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

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

background-color css

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

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

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

border-color css

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

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

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