Html Css Color HEX #D88732 Dixie

📋 copy color: '#D88732'

red 216 ◦ green 135 ◦ blue 50

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

Shades of Dixie #D88732

Tints of Dixie #D88732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.47%

R = 53.87%
G = 33.67%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D88732 (or 0xD88732) is known color: Dixie. HEX triplet: D8, 87 and 32. RGB value is (216,135,50). Sum of RGB (Red+Green+Blue) = 216+135+50=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D88732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88732 is #2778CD. Grayscale: #959595. Windows color (decimal): -2586830 or 3311576. OLE color: 3311576.

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

Color convert

RGB 216 135 50 -
CMYK 0 0.38 0.77 0.15
HSL 30.72º 0.68% 0.52% -
HSV(B) 30.72º 0.77% 0.85% -
XYZ 37.56 32.16 7.25 -
YUV 149.53 71.84 175.41 -
System Red Green Blue C M Y K H S L
Decimal 216 135 50 0 0.38 0.77 0.15 30.72 0.68 0.52
Hex D8 87 32 0 26 4D F 1F 44 34
Octal 330 207 62 0 46 115 17 37 104 64
Binary 11011000 10000111 110010 0 100110 1001101 1111 11111 1000100 110100

Color Harmonies of #D88732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88732

Black with #D88732

Text Example


Text Example

White with #D88732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88732; }

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

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

background-color css

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

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

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

border-color css

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

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

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