Html Css Color HEX #D7812B Dixie

📋 copy color: '#D7812B'

red 215 ◦ green 129 ◦ blue 43

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

Shades of Dixie #D7812B

Tints of Dixie #D7812B

RGB

 RED value IS 215 (84.38% from 255) = 55.56%

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

 BLUE value IS 43 (17.19% from 255) = 11.11%

R = 55.56%
G = 33.33%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7812B (or 0xD7812B) is known color: Dixie. HEX triplet: D7, 81 and 2B. RGB value is (215,129,43). Sum of RGB (Red+Green+Blue) = 215+129+43=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D7812B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7812B is #287ED4. Grayscale: #919191. Windows color (decimal): -2653909 or 2851287. OLE color: 2851287.

HSL color Cylindrical-coordinate representation of color #D7812B: hue angle of 30º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7812B is Cyan = 0, Magento = 0.4, Yellow = 0.8 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 129 43 -
CMYK 0 0.4 0.8 0.16
HSL 30º 0.68% 0.51% -
HSV(B) 30º 0.8% 0.84% -
XYZ 36.31 30.32 6.22 -
YUV 144.91 70.49 177.99 -
System Red Green Blue C M Y K H S L
Decimal 215 129 43 0 0.4 0.8 0.16 30 0.68 0.51
Hex D7 81 2B 0 28 50 10 1E 44 33
Octal 327 201 53 0 50 120 20 36 104 63
Binary 11010111 10000001 101011 0 101000 1010000 10000 11110 1000100 110011

Color Harmonies of #D7812B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7812B

Black with #D7812B

Text Example


Text Example

White with #D7812B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7812B; }

 p { color: rgb(215,129,43); }

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

background-color css

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

 a { background-color: rgb(215,129,43); }

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

border-color css

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

 span { border-color: rgb(215,129,43); }

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