Html Css Color HEX #D38430 Dixie

📋 copy color: '#D38430'

red 211 ◦ green 132 ◦ blue 48

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

Shades of Dixie #D38430

Tints of Dixie #D38430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.76%

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

R = 53.96%
G = 33.76%
B = 12.28%

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

#D38430 (or 0xD38430) is known color: Dixie. HEX triplet: D3, 84 and 30. RGB value is (211,132,48). Sum of RGB (Red+Green+Blue) = 211+132+48=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D38430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38430 is #2C7BCF. Grayscale: #929292. Windows color (decimal): -2915280 or 3179731. OLE color: 3179731.

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

Color convert

RGB 211 132 48 -
CMYK 0 0.37 0.77 0.17
HSL 30.92º 0.65% 0.51% -
HSV(B) 30.92º 0.77% 0.83% -
XYZ 35.65 30.56 6.82 -
YUV 146.05 72.67 174.33 -
System Red Green Blue C M Y K H S L
Decimal 211 132 48 0 0.37 0.77 0.17 30.92 0.65 0.51
Hex D3 84 30 0 25 4D 11 1F 41 33
Octal 323 204 60 0 45 115 21 37 101 63
Binary 11010011 10000100 110000 0 100101 1001101 10001 11111 1000001 110011

Color Harmonies of #D38430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38430

Black with #D38430

Text Example


Text Example

White with #D38430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38430; }

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

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

background-color css

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

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

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

border-color css

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

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

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