Html Css Color HEX #D08A2A Dixie

📋 copy color: '#D08A2A'

red 208 ◦ green 138 ◦ blue 42

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

Shades of Dixie #D08A2A

Tints of Dixie #D08A2A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.57%

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

R = 53.61%
G = 35.57%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D08A2A (or 0xD08A2A) is known color: Dixie. HEX triplet: D0, 8A and 2A. RGB value is (208,138,42). Sum of RGB (Red+Green+Blue) = 208+138+42=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A2A is #2F75D5. Grayscale: #949494. Windows color (decimal): -3110358 or 2788048. OLE color: 2788048.

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

Color convert

RGB 208 138 42 -
CMYK 0 0.34 0.80 0.18
HSL 34.7º 0.66% 0.49% -
HSV(B) 34.7º 0.8% 0.82% -
XYZ 35.52 31.75 6.45 -
YUV 147.99 68.19 170.81 -
System Red Green Blue C M Y K H S L
Decimal 208 138 42 0 0.34 0.80 0.18 34.7 0.66 0.49
Hex D0 8A 2A 0 22 50 12 23 42 31
Octal 320 212 52 0 42 120 22 43 102 61
Binary 11010000 10001010 101010 0 100010 1010000 10010 100011 1000010 110001

Color Harmonies of #D08A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A2A

Black with #D08A2A

Text Example


Text Example

White with #D08A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A2A; }

 p { color: rgb(208,138,42); }

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

background-color css

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

 a { background-color: rgb(208,138,42); }

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

border-color css

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

 span { border-color: rgb(208,138,42); }

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