Html Css Color HEX #D88527 Dixie

📋 copy color: '#D88527'

red 216 ◦ green 133 ◦ blue 39

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

Shades of Dixie #D88527

Tints of Dixie #D88527

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.28%

 BLUE value IS 39 (15.63% from 255) = 10.05%

R = 55.67%
G = 34.28%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D88527 (or 0xD88527) is known color: Dixie. HEX triplet: D8, 85 and 27. RGB value is (216,133,39). Sum of RGB (Red+Green+Blue) = 216+133+39=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 39 (15.62% from 255 or 10.05% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D88527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88527 is #277AD8. Grayscale: #939393. Windows color (decimal): -2587353 or 2590168. OLE color: 2590168.

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

Color convert

RGB 216 133 39 -
CMYK 0 0.38 0.82 0.15
HSL 31.86º 0.69% 0.5% -
HSV(B) 31.86º 0.82% 0.85% -
XYZ 37.07 31.52 6.05 -
YUV 147.1 67 177.14 -
System Red Green Blue C M Y K H S L
Decimal 216 133 39 0 0.38 0.82 0.15 31.86 0.69 0.5
Hex D8 85 27 0 26 52 F 20 45 32
Octal 330 205 47 0 46 122 17 40 105 62
Binary 11011000 10000101 100111 0 100110 1010010 1111 100000 1000101 110010

Color Harmonies of #D88527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88527

Black with #D88527

Text Example


Text Example

White with #D88527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88527; }

 p { color: rgb(216,133,39); }

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

background-color css

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

 a { background-color: rgb(216,133,39); }

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

border-color css

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

 span { border-color: rgb(216,133,39); }

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