Html Css Color HEX #D38525 Dixie

📋 copy color: '#D38525'

red 211 ◦ green 133 ◦ blue 37

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

Shades of Dixie #D38525

Tints of Dixie #D38525

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.91%

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

R = 55.38%
G = 34.91%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D38525 (or 0xD38525) is known color: Dixie. HEX triplet: D3, 85 and 25. RGB value is (211,133,37). Sum of RGB (Red+Green+Blue) = 211+133+37=381 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.38% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 211 - color contains mainly: red. Hex color #D38525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38525 is #2C7ADA. Grayscale: #919191. Windows color (decimal): -2915035 or 2459091. OLE color: 2459091.

HSL color Cylindrical-coordinate representation of color #D38525: hue angle of 33.1º 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 #D38525 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 133 37 -
CMYK 0 0.37 0.82 0.17
HSL 33.1º 0.7% 0.49% -
HSV(B) 33.1º 0.82% 0.83% -
XYZ 35.59 30.76 5.81 -
YUV 145.38 66.84 174.81 -
System Red Green Blue C M Y K H S L
Decimal 211 133 37 0 0.37 0.82 0.17 33.1 0.7 0.49
Hex D3 85 25 0 25 52 11 21 46 31
Octal 323 205 45 0 45 122 21 41 106 61
Binary 11010011 10000101 100101 0 100101 1010010 10001 100001 1000110 110001

Color Harmonies of #D38525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38525

Black with #D38525

Text Example


Text Example

White with #D38525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38525; }

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

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

background-color css

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

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

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

border-color css

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

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

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