Html Css Color HEX #D88532 Dixie

📋 copy color: '#D88532'

red 216 ◦ green 133 ◦ blue 50

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

Shades of Dixie #D88532

Tints of Dixie #D88532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.33%

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

R = 54.14%
G = 33.33%
B = 12.53%

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

#D88532 (or 0xD88532) is known color: Dixie. HEX triplet: D8, 85 and 32. RGB value is (216,133,50). Sum of RGB (Red+Green+Blue) = 216+133+50=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D88532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88532 is #277ACD. Grayscale: #949494. Windows color (decimal): -2587342 or 3311064. OLE color: 3311064.

HSL color Cylindrical-coordinate representation of color #D88532: hue angle of 30º 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 #D88532 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 133 50 -
CMYK 0 0.38 0.77 0.15
HSL 30º 0.68% 0.52% -
HSV(B) 30º 0.77% 0.85% -
XYZ 37.28 31.6 7.15 -
YUV 148.36 72.5 176.25 -
System Red Green Blue C M Y K H S L
Decimal 216 133 50 0 0.38 0.77 0.15 30 0.68 0.52
Hex D8 85 32 0 26 4D F 1E 44 34
Octal 330 205 62 0 46 115 17 36 104 64
Binary 11011000 10000101 110010 0 100110 1001101 1111 11110 1000100 110100

Color Harmonies of #D88532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88532

Black with #D88532

Text Example


Text Example

White with #D88532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88532; }

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

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

background-color css

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

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

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

border-color css

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

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

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