Html Css Color HEX #D58330 Dixie

📋 copy color: '#D58330'

red 213 ◦ green 131 ◦ blue 48

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

Shades of Dixie #D58330

Tints of Dixie #D58330

RGB

 RED value IS 213 (83.59% from 255) = 54.34%

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

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

R = 54.34%
G = 33.42%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D58330 (or 0xD58330) is known color: Dixie. HEX triplet: D5, 83 and 30. RGB value is (213,131,48). Sum of RGB (Red+Green+Blue) = 213+131+48=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D58330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58330 is #2A7CCF. Grayscale: #929292. Windows color (decimal): -2784464 or 3179477. OLE color: 3179477.

HSL color Cylindrical-coordinate representation of color #D58330: hue angle of 30.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D58330 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 131 48 -
CMYK 0 0.38 0.77 0.16
HSL 30.18º 0.66% 0.51% -
HSV(B) 30.18º 0.77% 0.84% -
XYZ 36.09 30.59 6.8 -
YUV 146.06 72.67 175.75 -
System Red Green Blue C M Y K H S L
Decimal 213 131 48 0 0.38 0.77 0.16 30.18 0.66 0.51
Hex D5 83 30 0 26 4D 10 1E 42 33
Octal 325 203 60 0 46 115 20 36 102 63
Binary 11010101 10000011 110000 0 100110 1001101 10000 11110 1000010 110011

Color Harmonies of #D58330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58330

Black with #D58330

Text Example


Text Example

White with #D58330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58330; }

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

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

background-color css

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

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

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

border-color css

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

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

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