Html Css Color HEX #D88942 Peru

📋 copy color: '#D88942'

red 216 ◦ green 137 ◦ blue 66

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

Shades of Peru #D88942

Tints of Peru #D88942

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.7%

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

R = 51.55%
G = 32.7%
B = 15.75%

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

#D88942 (or 0xD88942) is known color: Peru. HEX triplet: D8, 89 and 42. RGB value is (216,137,66). Sum of RGB (Red+Green+Blue) = 216+137+66=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D88942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88942 is #2776BD. Grayscale: #989898. Windows color (decimal): -2586302 or 4360664. OLE color: 4360664.

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

Color convert

RGB 216 137 66 -
CMYK 0 0.37 0.69 0.15
HSL 28.4º 0.66% 0.55% -
HSV(B) 28.4º 0.69% 0.85% -
XYZ 38.25 32.88 9.49 -
YUV 152.53 79.17 173.27 -
System Red Green Blue C M Y K H S L
Decimal 216 137 66 0 0.37 0.69 0.15 28.4 0.66 0.55
Hex D8 89 42 0 25 45 F 1C 42 37
Octal 330 211 102 0 45 105 17 34 102 67
Binary 11011000 10001001 1000010 0 100101 1000101 1111 11100 1000010 110111

Color Harmonies of #D88942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88942

Black with #D88942

Text Example


Text Example

White with #D88942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88942; }

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

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

background-color css

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

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

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

border-color css

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

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

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