Html Css Color HEX #D38330 Dixie

📋 copy color: '#D38330'

red 211 ◦ green 131 ◦ blue 48

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

Shades of Dixie #D38330

Tints of Dixie #D38330

RGB

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

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

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

R = 54.1%
G = 33.59%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D38330 (or 0xD38330) is known color: Dixie. HEX triplet: D3, 83 and 30. RGB value is (211,131,48). Sum of RGB (Red+Green+Blue) = 211+131+48=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D38330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38330 is #2C7CCF. Grayscale: #919191. Windows color (decimal): -2915536 or 3179475. OLE color: 3179475.

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

Color convert

RGB 211 131 48 -
CMYK 0 0.38 0.77 0.17
HSL 30.55º 0.65% 0.51% -
HSV(B) 30.55º 0.77% 0.83% -
XYZ 35.51 30.29 6.77 -
YUV 145.46 73 174.75 -
System Red Green Blue C M Y K H S L
Decimal 211 131 48 0 0.38 0.77 0.17 30.55 0.65 0.51
Hex D3 83 30 0 26 4D 11 1F 41 33
Octal 323 203 60 0 46 115 21 37 101 63
Binary 11010011 10000011 110000 0 100110 1001101 10001 11111 1000001 110011

Color Harmonies of #D38330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38330

Black with #D38330

Text Example


Text Example

White with #D38330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38330; }

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

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

background-color css

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

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

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

border-color css

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

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

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