Html Css Color HEX #D28230 Dixie

📋 copy color: '#D28230'

red 210 ◦ green 130 ◦ blue 48

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

Shades of Dixie #D28230

Tints of Dixie #D28230

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

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

R = 54.12%
G = 33.51%
B = 12.37%

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

#D28230 (or 0xD28230) is known color: Dixie. HEX triplet: D2, 82 and 30. RGB value is (210,130,48). Sum of RGB (Red+Green+Blue) = 210+130+48=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D28230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28230 is #2D7DCF. Grayscale: #909090. Windows color (decimal): -2981328 or 3179218. OLE color: 3179218.

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

Color convert

RGB 210 130 48 -
CMYK 0 0.38 0.77 0.18
HSL 30.37º 0.64% 0.51% -
HSV(B) 30.37º 0.77% 0.82% -
XYZ 35.09 29.88 6.71 -
YUV 144.57 73.5 174.67 -
System Red Green Blue C M Y K H S L
Decimal 210 130 48 0 0.38 0.77 0.18 30.37 0.64 0.51
Hex D2 82 30 0 26 4D 12 1E 40 33
Octal 322 202 60 0 46 115 22 36 100 63
Binary 11010010 10000010 110000 0 100110 1001101 10010 11110 1000000 110011

Color Harmonies of #D28230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28230

Black with #D28230

Text Example


Text Example

White with #D28230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28230; }

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

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

background-color css

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

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

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

border-color css

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

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

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