Html Css Color HEX #D88741 Peru

📋 copy color: '#D88741'

red 216 ◦ green 135 ◦ blue 65

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

Shades of Peru #D88741

Tints of Peru #D88741

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.45%

 BLUE value IS 65 (25.78% from 255) = 15.63%

R = 51.92%
G = 32.45%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D88741 (or 0xD88741) is known color: Peru. HEX triplet: D8, 87 and 41. RGB value is (216,135,65). Sum of RGB (Red+Green+Blue) = 216+135+65=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D88741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88741 is #2778BE. Grayscale: #979797. Windows color (decimal): -2586815 or 4294616. OLE color: 4294616.

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

Color convert

RGB 216 135 65 -
CMYK 0 0.38 0.70 0.15
HSL 27.81º 0.66% 0.55% -
HSV(B) 27.81º 0.7% 0.85% -
XYZ 37.94 32.31 9.24 -
YUV 151.24 79.34 174.19 -
System Red Green Blue C M Y K H S L
Decimal 216 135 65 0 0.38 0.70 0.15 27.81 0.66 0.55
Hex D8 87 41 0 26 46 F 1C 42 37
Octal 330 207 101 0 46 106 17 34 102 67
Binary 11011000 10000111 1000001 0 100110 1000110 1111 11100 1000010 110111

Color Harmonies of #D88741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88741

Black with #D88741

Text Example


Text Example

White with #D88741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88741; }

 p { color: rgb(216,135,65); }

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

background-color css

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

 a { background-color: rgb(216,135,65); }

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

border-color css

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

 span { border-color: rgb(216,135,65); }

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