Html Css Color HEX #D58632 Dixie

📋 copy color: '#D58632'

red 213 ◦ green 134 ◦ blue 50

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

Shades of Dixie #D58632

Tints of Dixie #D58632

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.75%

 BLUE value IS 50 (19.92% from 255) = 12.59%

R = 53.65%
G = 33.75%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D58632 (or 0xD58632) is known color: Dixie. HEX triplet: D5, 86 and 32. RGB value is (213,134,50). Sum of RGB (Red+Green+Blue) = 213+134+50=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D58632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58632 is #2A79CD. Grayscale: #949494. Windows color (decimal): -2783694 or 3311317. OLE color: 3311317.

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

Color convert

RGB 213 134 50 -
CMYK 0 0.37 0.77 0.16
HSL 30.92º 0.66% 0.52% -
HSV(B) 30.92º 0.77% 0.84% -
XYZ 36.54 31.43 7.16 -
YUV 148.05 72.67 174.33 -
System Red Green Blue C M Y K H S L
Decimal 213 134 50 0 0.37 0.77 0.16 30.92 0.66 0.52
Hex D5 86 32 0 25 4D 10 1F 42 34
Octal 325 206 62 0 45 115 20 37 102 64
Binary 11010101 10000110 110010 0 100101 1001101 10000 11111 1000010 110100

Color Harmonies of #D58632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58632

Black with #D58632

Text Example


Text Example

White with #D58632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58632; }

 p { color: rgb(213,134,50); }

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

background-color css

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

 a { background-color: rgb(213,134,50); }

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

border-color css

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

 span { border-color: rgb(213,134,50); }

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