Html Css Color HEX #D38230 Dixie

📋 copy color: '#D38230'

red 211 ◦ green 130 ◦ blue 48

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

Shades of Dixie #D38230

Tints of Dixie #D38230

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.42%

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

R = 54.24%
G = 33.42%
B = 12.34%

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

#D38230 (or 0xD38230) is known color: Dixie. HEX triplet: D3, 82 and 30. RGB value is (211,130,48). Sum of RGB (Red+Green+Blue) = 211+130+48=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D38230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38230 is #2C7DCF. Grayscale: #919191. Windows color (decimal): -2915792 or 3179219. OLE color: 3179219.

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

Color convert

RGB 211 130 48 -
CMYK 0 0.38 0.77 0.17
HSL 30.18º 0.65% 0.51% -
HSV(B) 30.18º 0.77% 0.83% -
XYZ 35.38 30.03 6.73 -
YUV 144.87 73.34 175.17 -
System Red Green Blue C M Y K H S L
Decimal 211 130 48 0 0.38 0.77 0.17 30.18 0.65 0.51
Hex D3 82 30 0 26 4D 11 1E 41 33
Octal 323 202 60 0 46 115 21 36 101 63
Binary 11010011 10000010 110000 0 100110 1001101 10001 11110 1000001 110011

Color Harmonies of #D38230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38230

Black with #D38230

Text Example


Text Example

White with #D38230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38230; }

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

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

background-color css

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

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

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

border-color css

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

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

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