Html Css Color HEX #D88A46 Peru

📋 copy color: '#D88A46'

red 216 ◦ green 138 ◦ blue 70

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

Shades of Peru #D88A46

Tints of Peru #D88A46

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.55%

 BLUE value IS 70 (27.73% from 255) = 16.51%

R = 50.94%
G = 32.55%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D88A46 (or 0xD88A46) is known color: Peru. HEX triplet: D8, 8A and 46. RGB value is (216,138,70). Sum of RGB (Red+Green+Blue) = 216+138+70=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88A46 is #2775B9. Grayscale: #999999. Windows color (decimal): -2586042 or 4623064. OLE color: 4623064.

HSL color Cylindrical-coordinate representation of color #D88A46: hue angle of 27.95º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D88A46 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 138 70 -
CMYK 0 0.36 0.68 0.15
HSL 27.95º 0.65% 0.56% -
HSV(B) 27.95º 0.68% 0.85% -
XYZ 38.51 33.22 10.18 -
YUV 153.57 80.84 172.53 -
System Red Green Blue C M Y K H S L
Decimal 216 138 70 0 0.36 0.68 0.15 27.95 0.65 0.56
Hex D8 8A 46 0 24 44 F 1C 41 38
Octal 330 212 106 0 44 104 17 34 101 70
Binary 11011000 10001010 1000110 0 100100 1000100 1111 11100 1000001 111000

Color Harmonies of #D88A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88A46

Black with #D88A46

Text Example


Text Example

White with #D88A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88A46; }

 p { color: rgb(216,138,70); }

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

background-color css

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

 a { background-color: rgb(216,138,70); }

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

border-color css

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

 span { border-color: rgb(216,138,70); }

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