Html Css Color HEX #D68E48 Peru

📋 copy color: '#D68E48'

red 214 ◦ green 142 ◦ blue 72

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

Shades of Peru #D68E48

Tints of Peru #D68E48

RGB

 RED value IS 214 (83.98% from 255) = 50%

 GREEN value IS 142 (55.86% from 255) = 33.18%

 BLUE value IS 72 (28.52% from 255) = 16.82%

R = 50%
G = 33.18%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D68E48 (or 0xD68E48) is known color: Peru. HEX triplet: D6, 8E and 48. RGB value is (214,142,72). Sum of RGB (Red+Green+Blue) = 214+142+72=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68E48 is #2971B7. Grayscale: #9B9B9B. Windows color (decimal): -2716088 or 4755158. OLE color: 4755158.

HSL color Cylindrical-coordinate representation of color #D68E48: hue angle of 29.58º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D68E48 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 142 72 -
CMYK 0 0.34 0.66 0.16
HSL 29.58º 0.63% 0.56% -
HSV(B) 29.58º 0.66% 0.84% -
XYZ 38.57 34.11 10.68 -
YUV 155.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 214 142 72 0 0.34 0.66 0.16 29.58 0.63 0.56
Hex D6 8E 48 0 22 42 10 1E 3F 38
Octal 326 216 110 0 42 102 20 36 77 70
Binary 11010110 10001110 1001000 0 100010 1000010 10000 11110 111111 111000

Color Harmonies of #D68E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E48

Black with #D68E48

Text Example


Text Example

White with #D68E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E48; }

 p { color: rgb(214,142,72); }

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

background-color css

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

 a { background-color: rgb(214,142,72); }

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

border-color css

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

 span { border-color: rgb(214,142,72); }

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