Html Css Color HEX #D38531 Dixie

📋 copy color: '#D38531'

red 211 ◦ green 133 ◦ blue 49

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

Shades of Dixie #D38531

Tints of Dixie #D38531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.47%

R = 53.69%
G = 33.84%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D38531 (or 0xD38531) is known color: Dixie. HEX triplet: D3, 85 and 31. RGB value is (211,133,49). Sum of RGB (Red+Green+Blue) = 211+133+49=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D38531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38531 is #2C7ACE. Grayscale: #939393. Windows color (decimal): -2915023 or 3245523. OLE color: 3245523.

HSL color Cylindrical-coordinate representation of color #D38531: hue angle of 31.11º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D38531 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 133 49 -
CMYK 0 0.37 0.77 0.17
HSL 31.11º 0.65% 0.51% -
HSV(B) 31.11º 0.77% 0.83% -
XYZ 35.81 30.85 6.97 -
YUV 146.75 72.84 173.83 -
System Red Green Blue C M Y K H S L
Decimal 211 133 49 0 0.37 0.77 0.17 31.11 0.65 0.51
Hex D3 85 31 0 25 4D 11 1F 41 33
Octal 323 205 61 0 45 115 21 37 101 63
Binary 11010011 10000101 110001 0 100101 1001101 10001 11111 1000001 110011

Color Harmonies of #D38531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38531

Black with #D38531

Text Example


Text Example

White with #D38531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38531; }

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

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

background-color css

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

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

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

border-color css

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

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

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