Html Css Color HEX #D58225 Dixie

📋 copy color: '#D58225'

red 213 ◦ green 130 ◦ blue 37

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

Shades of Dixie #D58225

Tints of Dixie #D58225

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.21%

 BLUE value IS 37 (14.84% from 255) = 9.74%

R = 56.05%
G = 34.21%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D58225 (or 0xD58225) is known color: Dixie. HEX triplet: D5, 82 and 25. RGB value is (213,130,37). Sum of RGB (Red+Green+Blue) = 213+130+37=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D58225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58225 is #2A7DDA. Grayscale: #909090. Windows color (decimal): -2784731 or 2458325. OLE color: 2458325.

HSL color Cylindrical-coordinate representation of color #D58225: hue angle of 31.7º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D58225 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 130 37 -
CMYK 0 0.39 0.83 0.16
HSL 31.7º 0.7% 0.49% -
HSV(B) 31.7º 0.83% 0.84% -
XYZ 35.76 30.24 5.7 -
YUV 144.22 67.5 177.06 -
System Red Green Blue C M Y K H S L
Decimal 213 130 37 0 0.39 0.83 0.16 31.7 0.7 0.49
Hex D5 82 25 0 27 53 10 20 46 31
Octal 325 202 45 0 47 123 20 40 106 61
Binary 11010101 10000010 100101 0 100111 1010011 10000 100000 1000110 110001

Color Harmonies of #D58225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58225

Black with #D58225

Text Example


Text Example

White with #D58225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58225; }

 p { color: rgb(213,130,37); }

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

background-color css

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

 a { background-color: rgb(213,130,37); }

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

border-color css

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

 span { border-color: rgb(213,130,37); }

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