Html Css Color HEX #D88838 Peru

📋 copy color: '#D88838'

red 216 ◦ green 136 ◦ blue 56

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

Shades of Peru #D88838

Tints of Peru #D88838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.73%

R = 52.94%
G = 33.33%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D88838 (or 0xD88838) is known color: Peru. HEX triplet: D8, 88 and 38. RGB value is (216,136,56). Sum of RGB (Red+Green+Blue) = 216+136+56=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D88838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88838 is #2777C7. Grayscale: #979797. Windows color (decimal): -2586568 or 3705048. OLE color: 3705048.

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

Color convert

RGB 216 136 56 -
CMYK 0 0.37 0.74 0.15
HSL 30º 0.67% 0.53% -
HSV(B) 30º 0.74% 0.85% -
XYZ 37.84 32.49 8.02 -
YUV 150.8 74.5 174.5 -
System Red Green Blue C M Y K H S L
Decimal 216 136 56 0 0.37 0.74 0.15 30 0.67 0.53
Hex D8 88 38 0 25 4A F 1E 43 35
Octal 330 210 70 0 45 112 17 36 103 65
Binary 11011000 10001000 111000 0 100101 1001010 1111 11110 1000011 110101

Color Harmonies of #D88838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88838

Black with #D88838

Text Example


Text Example

White with #D88838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88838; }

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

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

background-color css

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

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

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

border-color css

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

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

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