Html Css Color HEX #D38735 Dixie

📋 copy color: '#D38735'

red 211 ◦ green 135 ◦ blue 53

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

Shades of Dixie #D38735

Tints of Dixie #D38735

RGB

 RED value IS 211 (82.81% from 255) = 52.88%

 GREEN value IS 135 (53.13% from 255) = 33.83%

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

R = 52.88%
G = 33.83%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D38735 (or 0xD38735) is known color: Dixie. HEX triplet: D3, 87 and 35. RGB value is (211,135,53). Sum of RGB (Red+Green+Blue) = 211+135+53=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D38735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38735 is #2C78CA. Grayscale: #949494. Windows color (decimal): -2914507 or 3508179. OLE color: 3508179.

HSL color Cylindrical-coordinate representation of color #D38735: hue angle of 31.14º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D38735 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 135 53 -
CMYK 0 0.36 0.75 0.17
HSL 31.14º 0.64% 0.52% -
HSV(B) 31.14º 0.75% 0.83% -
XYZ 36.17 31.43 7.53 -
YUV 148.38 74.18 172.67 -
System Red Green Blue C M Y K H S L
Decimal 211 135 53 0 0.36 0.75 0.17 31.14 0.64 0.52
Hex D3 87 35 0 24 4B 11 1F 40 34
Octal 323 207 65 0 44 113 21 37 100 64
Binary 11010011 10000111 110101 0 100100 1001011 10001 11111 1000000 110100

Color Harmonies of #D38735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38735

Black with #D38735

Text Example


Text Example

White with #D38735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38735; }

 p { color: rgb(211,135,53); }

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

background-color css

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

 a { background-color: rgb(211,135,53); }

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

border-color css

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

 span { border-color: rgb(211,135,53); }

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