Html Css Color HEX #D88842 Peru

📋 copy color: '#D88842'

red 216 ◦ green 136 ◦ blue 66

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

Shades of Peru #D88842

Tints of Peru #D88842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.79%

R = 51.67%
G = 32.54%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D88842 (or 0xD88842) is known color: Peru. HEX triplet: D8, 88 and 42. RGB value is (216,136,66). Sum of RGB (Red+Green+Blue) = 216+136+66=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D88842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88842 is #2777BD. Grayscale: #989898. Windows color (decimal): -2586558 or 4360408. OLE color: 4360408.

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

Color convert

RGB 216 136 66 -
CMYK 0 0.37 0.69 0.15
HSL 28º 0.66% 0.55% -
HSV(B) 28º 0.69% 0.85% -
XYZ 38.11 32.6 9.44 -
YUV 151.94 79.5 173.69 -
System Red Green Blue C M Y K H S L
Decimal 216 136 66 0 0.37 0.69 0.15 28 0.66 0.55
Hex D8 88 42 0 25 45 F 1C 42 37
Octal 330 210 102 0 45 105 17 34 102 67
Binary 11011000 10001000 1000010 0 100101 1000101 1111 11100 1000010 110111

Color Harmonies of #D88842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88842

Black with #D88842

Text Example


Text Example

White with #D88842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88842; }

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

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

background-color css

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

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

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

border-color css

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

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

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