Html Css Color HEX #D08935 Dixie

📋 copy color: '#D08935'

red 208 ◦ green 137 ◦ blue 53

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

Shades of Dixie #D08935

Tints of Dixie #D08935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.32%

R = 52.26%
G = 34.42%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D08935 (or 0xD08935) is known color: Dixie. HEX triplet: D0, 89 and 35. RGB value is (208,137,53). Sum of RGB (Red+Green+Blue) = 208+137+53=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D08935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08935 is #2F76CA. Grayscale: #959595. Windows color (decimal): -3110603 or 3508688. OLE color: 3508688.

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

Color convert

RGB 208 137 53 -
CMYK 0 0.34 0.75 0.18
HSL 32.52º 0.62% 0.51% -
HSV(B) 32.52º 0.75% 0.82% -
XYZ 35.6 31.56 7.58 -
YUV 148.65 74.02 170.33 -
System Red Green Blue C M Y K H S L
Decimal 208 137 53 0 0.34 0.75 0.18 32.52 0.62 0.51
Hex D0 89 35 0 22 4B 12 21 3E 33
Octal 320 211 65 0 42 113 22 41 76 63
Binary 11010000 10001001 110101 0 100010 1001011 10010 100001 111110 110011

Color Harmonies of #D08935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08935

Black with #D08935

Text Example


Text Example

White with #D08935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08935; }

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

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

background-color css

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

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

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

border-color css

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

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

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