Html Css Color HEX #D58433 Dixie

📋 copy color: '#D58433'

red 213 ◦ green 132 ◦ blue 51

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

Shades of Dixie #D58433

Tints of Dixie #D58433

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.33%

 BLUE value IS 51 (20.31% from 255) = 12.88%

R = 53.79%
G = 33.33%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D58433 (or 0xD58433) is known color: Dixie. HEX triplet: D5, 84 and 33. RGB value is (213,132,51). Sum of RGB (Red+Green+Blue) = 213+132+51=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 51 (20.31% from 255 or 12.88% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D58433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58433 is #2A7BCC. Grayscale: #939393. Windows color (decimal): -2784205 or 3376341. OLE color: 3376341.

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

Color convert

RGB 213 132 51 -
CMYK 0 0.38 0.76 0.16
HSL 30º 0.66% 0.52% -
HSV(B) 30º 0.76% 0.84% -
XYZ 36.29 30.89 7.18 -
YUV 146.99 73.84 175.09 -
System Red Green Blue C M Y K H S L
Decimal 213 132 51 0 0.38 0.76 0.16 30 0.66 0.52
Hex D5 84 33 0 26 4C 10 1E 42 34
Octal 325 204 63 0 46 114 20 36 102 64
Binary 11010101 10000100 110011 0 100110 1001100 10000 11110 1000010 110100

Color Harmonies of #D58433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58433

Black with #D58433

Text Example


Text Example

White with #D58433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58433; }

 p { color: rgb(213,132,51); }

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

background-color css

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

 a { background-color: rgb(213,132,51); }

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

border-color css

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

 span { border-color: rgb(213,132,51); }

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