Html Css Color HEX #D88629 Dixie

📋 copy color: '#D88629'

red 216 ◦ green 134 ◦ blue 41

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

Shades of Dixie #D88629

Tints of Dixie #D88629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.49%

R = 55.24%
G = 34.27%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D88629 (or 0xD88629) is known color: Dixie. HEX triplet: D8, 86 and 29. RGB value is (216,134,41). Sum of RGB (Red+Green+Blue) = 216+134+41=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D88629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88629 is #2779D6. Grayscale: #949494. Windows color (decimal): -2587095 or 2721496. OLE color: 2721496.

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

Color convert

RGB 216 134 41 -
CMYK 0 0.38 0.81 0.15
HSL 31.89º 0.69% 0.5% -
HSV(B) 31.89º 0.81% 0.85% -
XYZ 37.24 31.81 6.27 -
YUV 147.92 67.67 176.56 -
System Red Green Blue C M Y K H S L
Decimal 216 134 41 0 0.38 0.81 0.15 31.89 0.69 0.5
Hex D8 86 29 0 26 51 F 20 45 32
Octal 330 206 51 0 46 121 17 40 105 62
Binary 11011000 10000110 101001 0 100110 1010001 1111 100000 1000101 110010

Color Harmonies of #D88629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88629

Black with #D88629

Text Example


Text Example

White with #D88629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88629; }

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

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

background-color css

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

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

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

border-color css

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

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

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