Html Css Color HEX #D88628 Dixie

📋 copy color: '#D88628'

red 216 ◦ green 134 ◦ blue 40

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

Shades of Dixie #D88628

Tints of Dixie #D88628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.26%

R = 55.38%
G = 34.36%
B = 10.26%

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

#D88628 (or 0xD88628) is known color: Dixie. HEX triplet: D8, 86 and 28. RGB value is (216,134,40). Sum of RGB (Red+Green+Blue) = 216+134+40=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D88628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88628 is #2779D7. Grayscale: #949494. Windows color (decimal): -2587096 or 2655960. OLE color: 2655960.

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

Color convert

RGB 216 134 40 -
CMYK 0 0.38 0.81 0.15
HSL 32.05º 0.69% 0.5% -
HSV(B) 32.05º 0.81% 0.85% -
XYZ 37.23 31.8 6.18 -
YUV 147.8 67.17 176.64 -
System Red Green Blue C M Y K H S L
Decimal 216 134 40 0 0.38 0.81 0.15 32.05 0.69 0.5
Hex D8 86 28 0 26 51 F 20 45 32
Octal 330 206 50 0 46 121 17 40 105 62
Binary 11011000 10000110 101000 0 100110 1010001 1111 100000 1000101 110010

Color Harmonies of #D88628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88628

Black with #D88628

Text Example


Text Example

White with #D88628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88628; }

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

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

background-color css

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

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

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

border-color css

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

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

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