Html Css Color HEX #D38427 Dixie

📋 copy color: '#D38427'

red 211 ◦ green 132 ◦ blue 39

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

Shades of Dixie #D38427

Tints of Dixie #D38427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.21%

R = 55.24%
G = 34.55%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D38427 (or 0xD38427) is known color: Dixie. HEX triplet: D3, 84 and 27. RGB value is (211,132,39). Sum of RGB (Red+Green+Blue) = 211+132+39=382 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.24% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 211 - color contains mainly: red. Hex color #D38427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38427 is #2C7BD8. Grayscale: #919191. Windows color (decimal): -2915289 or 2589907. OLE color: 2589907.

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

Color convert

RGB 211 132 39 -
CMYK 0 0.37 0.82 0.17
HSL 32.44º 0.69% 0.49% -
HSV(B) 32.44º 0.82% 0.83% -
XYZ 35.48 30.5 5.94 -
YUV 145.02 68.17 175.06 -
System Red Green Blue C M Y K H S L
Decimal 211 132 39 0 0.37 0.82 0.17 32.44 0.69 0.49
Hex D3 84 27 0 25 52 11 20 45 31
Octal 323 204 47 0 45 122 21 40 105 61
Binary 11010011 10000100 100111 0 100101 1010010 10001 100000 1000101 110001

Color Harmonies of #D38427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38427

Black with #D38427

Text Example


Text Example

White with #D38427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38427; }

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

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

background-color css

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

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

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

border-color css

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

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

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