Html Css Color HEX #D58435 Dixie

📋 copy color: '#D58435'

red 213 ◦ green 132 ◦ blue 53

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

Shades of Dixie #D58435

Tints of Dixie #D58435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.32%

R = 53.52%
G = 33.17%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D58435 (or 0xD58435) is known color: Dixie. HEX triplet: D5, 84 and 35. RGB value is (213,132,53). Sum of RGB (Red+Green+Blue) = 213+132+53=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D58435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58435 is #2A7BCA. Grayscale: #939393. Windows color (decimal): -2784203 or 3507413. OLE color: 3507413.

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

Color convert

RGB 213 132 53 -
CMYK 0 0.38 0.75 0.16
HSL 29.63º 0.66% 0.52% -
HSV(B) 29.63º 0.75% 0.84% -
XYZ 36.33 30.91 7.42 -
YUV 147.21 74.84 174.92 -
System Red Green Blue C M Y K H S L
Decimal 213 132 53 0 0.38 0.75 0.16 29.63 0.66 0.52
Hex D5 84 35 0 26 4B 10 1E 42 34
Octal 325 204 65 0 46 113 20 36 102 64
Binary 11010101 10000100 110101 0 100110 1001011 10000 11110 1000010 110100

Color Harmonies of #D58435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58435

Black with #D58435

Text Example


Text Example

White with #D58435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58435; }

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

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

background-color css

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

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

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

border-color css

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

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

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