Html Css Color HEX #D88633 Dixie

📋 copy color: '#D88633'

red 216 ◦ green 134 ◦ blue 51

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

Shades of Dixie #D88633

Tints of Dixie #D88633

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.42%

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

R = 53.87%
G = 33.42%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D88633 (or 0xD88633) is known color: Dixie. HEX triplet: D8, 86 and 33. RGB value is (216,134,51). Sum of RGB (Red+Green+Blue) = 216+134+51=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D88633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88633 is #2779CC. Grayscale: #959595. Windows color (decimal): -2587085 or 3376856. OLE color: 3376856.

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

Color convert

RGB 216 134 51 -
CMYK 0 0.38 0.76 0.15
HSL 30.18º 0.68% 0.52% -
HSV(B) 30.18º 0.76% 0.85% -
XYZ 37.44 31.89 7.31 -
YUV 149.06 72.67 175.75 -
System Red Green Blue C M Y K H S L
Decimal 216 134 51 0 0.38 0.76 0.15 30.18 0.68 0.52
Hex D8 86 33 0 26 4C F 1E 44 34
Octal 330 206 63 0 46 114 17 36 104 64
Binary 11011000 10000110 110011 0 100110 1001100 1111 11110 1000100 110100

Color Harmonies of #D88633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88633

Black with #D88633

Text Example


Text Example

White with #D88633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88633; }

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

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

background-color css

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

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

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

border-color css

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

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

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