Html Css Color HEX #D08A2F Dixie

📋 copy color: '#D08A2F'

red 208 ◦ green 138 ◦ blue 47

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

Shades of Dixie #D08A2F

Tints of Dixie #D08A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.96%

R = 52.93%
G = 35.11%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D08A2F (or 0xD08A2F) is known color: Dixie. HEX triplet: D0, 8A and 2F. RGB value is (208,138,47). Sum of RGB (Red+Green+Blue) = 208+138+47=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A2F is #2F75D0. Grayscale: #949494. Windows color (decimal): -3110353 or 3115728. OLE color: 3115728.

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

Color convert

RGB 208 138 47 -
CMYK 0 0.34 0.77 0.18
HSL 33.91º 0.63% 0.5% -
HSV(B) 33.91º 0.77% 0.82% -
XYZ 35.61 31.79 6.95 -
YUV 148.56 70.69 170.4 -
System Red Green Blue C M Y K H S L
Decimal 208 138 47 0 0.34 0.77 0.18 33.91 0.63 0.5
Hex D0 8A 2F 0 22 4D 12 22 3F 32
Octal 320 212 57 0 42 115 22 42 77 62
Binary 11010000 10001010 101111 0 100010 1001101 10010 100010 111111 110010

Color Harmonies of #D08A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A2F

Black with #D08A2F

Text Example


Text Example

White with #D08A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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