Html Css Color HEX #D88735 Dixie

📋 copy color: '#D88735'

red 216 ◦ green 135 ◦ blue 53

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

Shades of Dixie #D88735

Tints of Dixie #D88735

RGB

 RED value IS 216 (84.77% from 255) = 53.47%

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

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

R = 53.47%
G = 33.42%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D88735 (or 0xD88735) is known color: Dixie. HEX triplet: D8, 87 and 35. RGB value is (216,135,53). Sum of RGB (Red+Green+Blue) = 216+135+53=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D88735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88735 is #2778CA. Grayscale: #969696. Windows color (decimal): -2586827 or 3508184. OLE color: 3508184.

HSL color Cylindrical-coordinate representation of color #D88735: hue angle of 30.18º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D88735 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 135 53 -
CMYK 0 0.38 0.75 0.15
HSL 30.18º 0.68% 0.53% -
HSV(B) 30.18º 0.75% 0.85% -
XYZ 37.63 32.18 7.6 -
YUV 149.87 73.34 175.17 -
System Red Green Blue C M Y K H S L
Decimal 216 135 53 0 0.38 0.75 0.15 30.18 0.68 0.53
Hex D8 87 35 0 26 4B F 1E 44 35
Octal 330 207 65 0 46 113 17 36 104 65
Binary 11011000 10000111 110101 0 100110 1001011 1111 11110 1000100 110101

Color Harmonies of #D88735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88735

Black with #D88735

Text Example


Text Example

White with #D88735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88735; }

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

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

background-color css

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

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

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

border-color css

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

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

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