Html Css Color HEX #D28930 Dixie

📋 copy color: '#D28930'

red 210 ◦ green 137 ◦ blue 48

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

Shades of Dixie #D28930

Tints of Dixie #D28930

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.68%

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

R = 53.16%
G = 34.68%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D28930 (or 0xD28930) is known color: Dixie. HEX triplet: D2, 89 and 30. RGB value is (210,137,48). Sum of RGB (Red+Green+Blue) = 210+137+48=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D28930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28930 is #2D76CF. Grayscale: #959595. Windows color (decimal): -2979536 or 3181010. OLE color: 3181010.

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

Color convert

RGB 210 137 48 -
CMYK 0 0.35 0.77 0.18
HSL 32.96º 0.64% 0.51% -
HSV(B) 32.96º 0.77% 0.82% -
XYZ 36.06 31.81 7.04 -
YUV 148.68 71.18 171.74 -
System Red Green Blue C M Y K H S L
Decimal 210 137 48 0 0.35 0.77 0.18 32.96 0.64 0.51
Hex D2 89 30 0 23 4D 12 21 40 33
Octal 322 211 60 0 43 115 22 41 100 63
Binary 11010010 10001001 110000 0 100011 1001101 10010 100001 1000000 110011

Color Harmonies of #D28930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28930

Black with #D28930

Text Example


Text Example

White with #D28930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28930; }

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

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

background-color css

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

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

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

border-color css

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

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

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