Html Css Color HEX #D88332 Dixie

📋 copy color: '#D88332'

red 216 ◦ green 131 ◦ blue 50

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

Shades of Dixie #D88332

Tints of Dixie #D88332

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33%

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

R = 54.41%
G = 33%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D88332 (or 0xD88332) is known color: Dixie. HEX triplet: D8, 83 and 32. RGB value is (216,131,50). Sum of RGB (Red+Green+Blue) = 216+131+50=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D88332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88332 is #277CCD. Grayscale: #939393. Windows color (decimal): -2587854 or 3310552. OLE color: 3310552.

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

Color convert

RGB 216 131 50 -
CMYK 0 0.39 0.77 0.15
HSL 29.28º 0.68% 0.52% -
HSV(B) 29.28º 0.77% 0.85% -
XYZ 37.01 31.06 7.06 -
YUV 147.18 73.16 177.09 -
System Red Green Blue C M Y K H S L
Decimal 216 131 50 0 0.39 0.77 0.15 29.28 0.68 0.52
Hex D8 83 32 0 27 4D F 1D 44 34
Octal 330 203 62 0 47 115 17 35 104 64
Binary 11011000 10000011 110010 0 100111 1001101 1111 11101 1000100 110100

Color Harmonies of #D88332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88332

Black with #D88332

Text Example


Text Example

White with #D88332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88332; }

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

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

background-color css

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

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

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

border-color css

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

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

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