Html Css Color HEX #D38530 Dixie

📋 copy color: '#D38530'

red 211 ◦ green 133 ◦ blue 48

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

Shades of Dixie #D38530

Tints of Dixie #D38530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.24%

R = 53.83%
G = 33.93%
B = 12.24%

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

#D38530 (or 0xD38530) is known color: Dixie. HEX triplet: D3, 85 and 30. RGB value is (211,133,48). Sum of RGB (Red+Green+Blue) = 211+133+48=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D38530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38530 is #2C7ACF. Grayscale: #939393. Windows color (decimal): -2915024 or 3179987. OLE color: 3179987.

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

Color convert

RGB 211 133 48 -
CMYK 0 0.37 0.77 0.17
HSL 31.29º 0.65% 0.51% -
HSV(B) 31.29º 0.77% 0.83% -
XYZ 35.79 30.84 6.86 -
YUV 146.63 72.34 173.91 -
System Red Green Blue C M Y K H S L
Decimal 211 133 48 0 0.37 0.77 0.17 31.29 0.65 0.51
Hex D3 85 30 0 25 4D 11 1F 41 33
Octal 323 205 60 0 45 115 21 37 101 63
Binary 11010011 10000101 110000 0 100101 1001101 10001 11111 1000001 110011

Color Harmonies of #D38530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38530

Black with #D38530

Text Example


Text Example

White with #D38530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38530; }

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

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

background-color css

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

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

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

border-color css

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

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

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