Html Css Color HEX #D0892C Dixie

📋 copy color: '#D0892C'

red 208 ◦ green 137 ◦ blue 44

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

Shades of Dixie #D0892C

Tints of Dixie #D0892C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.31%

R = 53.47%
G = 35.22%
B = 11.31%

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

#D0892C (or 0xD0892C) is known color: Dixie. HEX triplet: D0, 89 and 2C. RGB value is (208,137,44). Sum of RGB (Red+Green+Blue) = 208+137+44=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0892C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0892C is #2F76D3. Grayscale: #949494. Windows color (decimal): -3110612 or 2918864. OLE color: 2918864.

HSL color Cylindrical-coordinate representation of color #D0892C: hue angle of 34.02º degrees, saturation: 0.65, 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 #D0892C is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 137 44 -
CMYK 0 0.34 0.79 0.18
HSL 34.02º 0.65% 0.49% -
HSV(B) 34.02º 0.79% 0.82% -
XYZ 35.41 31.48 6.59 -
YUV 147.63 69.52 171.06 -
System Red Green Blue C M Y K H S L
Decimal 208 137 44 0 0.34 0.79 0.18 34.02 0.65 0.49
Hex D0 89 2C 0 22 4F 12 22 41 31
Octal 320 211 54 0 42 117 22 42 101 61
Binary 11010000 10001001 101100 0 100010 1001111 10010 100010 1000001 110001

Color Harmonies of #D0892C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0892C

Black with #D0892C

Text Example


Text Example

White with #D0892C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0892C; }

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

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

background-color css

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

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

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

border-color css

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

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

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