Html Css Color HEX #D88833 Dixie

📋 copy color: '#D88833'

red 216 ◦ green 136 ◦ blue 51

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

Shades of Dixie #D88833

Tints of Dixie #D88833

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.75%

 BLUE value IS 51 (20.31% from 255) = 12.66%

R = 53.6%
G = 33.75%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D88833 (or 0xD88833) is known color: Dixie. HEX triplet: D8, 88 and 33. RGB value is (216,136,51). Sum of RGB (Red+Green+Blue) = 216+136+51=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D88833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88833 is #2777CC. Grayscale: #969696. Windows color (decimal): -2586573 or 3377368. OLE color: 3377368.

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

Color convert

RGB 216 136 51 -
CMYK 0 0.37 0.76 0.15
HSL 30.91º 0.68% 0.52% -
HSV(B) 30.91º 0.76% 0.85% -
XYZ 37.72 32.45 7.41 -
YUV 150.23 72 174.91 -
System Red Green Blue C M Y K H S L
Decimal 216 136 51 0 0.37 0.76 0.15 30.91 0.68 0.52
Hex D8 88 33 0 25 4C F 1F 44 34
Octal 330 210 63 0 45 114 17 37 104 64
Binary 11011000 10001000 110011 0 100101 1001100 1111 11111 1000100 110100

Color Harmonies of #D88833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88833

Black with #D88833

Text Example


Text Example

White with #D88833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88833; }

 p { color: rgb(216,136,51); }

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

background-color css

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

 a { background-color: rgb(216,136,51); }

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

border-color css

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

 span { border-color: rgb(216,136,51); }

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