Html Css Color HEX #D0892B Dixie

📋 copy color: '#D0892B'

red 208 ◦ green 137 ◦ blue 43

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

Shades of Dixie #D0892B

Tints of Dixie #D0892B

RGB

 RED value IS 208 (81.64% from 255) = 53.61%

 GREEN value IS 137 (53.91% from 255) = 35.31%

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

R = 53.61%
G = 35.31%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0892B (or 0xD0892B) is known color: Dixie. HEX triplet: D0, 89 and 2B. RGB value is (208,137,43). Sum of RGB (Red+Green+Blue) = 208+137+43=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D0892B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0892B is #2F76D4. Grayscale: #939393. Windows color (decimal): -3110613 or 2853328. OLE color: 2853328.

HSL color Cylindrical-coordinate representation of color #D0892B: hue angle of 34.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0892B is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 137 43 -
CMYK 0 0.34 0.79 0.18
HSL 34.18º 0.66% 0.49% -
HSV(B) 34.18º 0.79% 0.82% -
XYZ 35.39 31.48 6.5 -
YUV 147.51 69.02 171.14 -
System Red Green Blue C M Y K H S L
Decimal 208 137 43 0 0.34 0.79 0.18 34.18 0.66 0.49
Hex D0 89 2B 0 22 4F 12 22 42 31
Octal 320 211 53 0 42 117 22 42 102 61
Binary 11010000 10001001 101011 0 100010 1001111 10010 100010 1000010 110001

Color Harmonies of #D0892B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0892B

Black with #D0892B

Text Example


Text Example

White with #D0892B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0892B; }

 p { color: rgb(208,137,43); }

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

background-color css

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

 a { background-color: rgb(208,137,43); }

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

border-color css

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

 span { border-color: rgb(208,137,43); }

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