Html Css Color HEX #D3812A Dixie

📋 copy color: '#D3812A'

red 211 ◦ green 129 ◦ blue 42

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

Shades of Dixie #D3812A

Tints of Dixie #D3812A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.77%

 BLUE value IS 42 (16.8% from 255) = 10.99%

R = 55.24%
G = 33.77%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3812A (or 0xD3812A) is known color: Dixie. HEX triplet: D3, 81 and 2A. RGB value is (211,129,42). Sum of RGB (Red+Green+Blue) = 211+129+42=382 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.24% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 211 - color contains mainly: red. Hex color #D3812A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3812A is #2C7ED5. Grayscale: #909090. Windows color (decimal): -2916054 or 2785747. OLE color: 2785747.

HSL color Cylindrical-coordinate representation of color #D3812A: hue angle of 30.89º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3812A is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 129 42 -
CMYK 0 0.39 0.80 0.17
HSL 30.89º 0.67% 0.5% -
HSV(B) 30.89º 0.8% 0.83% -
XYZ 35.13 29.72 6.07 -
YUV 143.6 70.67 176.07 -
System Red Green Blue C M Y K H S L
Decimal 211 129 42 0 0.39 0.80 0.17 30.89 0.67 0.5
Hex D3 81 2A 0 27 50 11 1F 43 32
Octal 323 201 52 0 47 120 21 37 103 62
Binary 11010011 10000001 101010 0 100111 1010000 10001 11111 1000011 110010

Color Harmonies of #D3812A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3812A

Black with #D3812A

Text Example


Text Example

White with #D3812A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3812A; }

 p { color: rgb(211,129,42); }

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

background-color css

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

 a { background-color: rgb(211,129,42); }

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

border-color css

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

 span { border-color: rgb(211,129,42); }

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