Html Css Color HEX #D38325 Dixie

📋 copy color: '#D38325'

red 211 ◦ green 131 ◦ blue 37

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

Shades of Dixie #D38325

Tints of Dixie #D38325

RGB

 RED value IS 211 (82.81% from 255) = 55.67%

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

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

R = 55.67%
G = 34.56%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D38325 (or 0xD38325) is known color: Dixie. HEX triplet: D3, 83 and 25. RGB value is (211,131,37). Sum of RGB (Red+Green+Blue) = 211+131+37=379 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.67% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 211 - color contains mainly: red. Hex color #D38325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38325 is #2C7CDA. Grayscale: #909090. Windows color (decimal): -2915547 or 2458579. OLE color: 2458579.

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

Color convert

RGB 211 131 37 -
CMYK 0 0.38 0.82 0.17
HSL 32.41º 0.7% 0.49% -
HSV(B) 32.41º 0.82% 0.83% -
XYZ 35.31 30.22 5.72 -
YUV 144.2 67.5 175.64 -
System Red Green Blue C M Y K H S L
Decimal 211 131 37 0 0.38 0.82 0.17 32.41 0.7 0.49
Hex D3 83 25 0 26 52 11 20 46 31
Octal 323 203 45 0 46 122 21 40 106 61
Binary 11010011 10000011 100101 0 100110 1010010 10001 100000 1000110 110001

Color Harmonies of #D38325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38325

Black with #D38325

Text Example


Text Example

White with #D38325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38325; }

 p { color: rgb(211,131,37); }

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

background-color css

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

 a { background-color: rgb(211,131,37); }

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

border-color css

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

 span { border-color: rgb(211,131,37); }

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