Html Css Color HEX #D68D45 Peru

📋 copy color: '#D68D45'

red 214 ◦ green 141 ◦ blue 69

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

Shades of Peru #D68D45

Tints of Peru #D68D45

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.25%

 BLUE value IS 69 (27.34% from 255) = 16.27%

R = 50.47%
G = 33.25%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D68D45 (or 0xD68D45) is known color: Peru. HEX triplet: D6, 8D and 45. RGB value is (214,141,69). Sum of RGB (Red+Green+Blue) = 214+141+69=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68D45 is #2972BA. Grayscale: #9A9A9A. Windows color (decimal): -2716347 or 4558294. OLE color: 4558294.

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

Color convert

RGB 214 141 69 -
CMYK 0 0.34 0.68 0.16
HSL 29.79º 0.64% 0.55% -
HSV(B) 29.79º 0.68% 0.84% -
XYZ 38.33 33.78 10.13 -
YUV 154.62 79.68 170.35 -
System Red Green Blue C M Y K H S L
Decimal 214 141 69 0 0.34 0.68 0.16 29.79 0.64 0.55
Hex D6 8D 45 0 22 44 10 1E 40 37
Octal 326 215 105 0 42 104 20 36 100 67
Binary 11010110 10001101 1000101 0 100010 1000100 10000 11110 1000000 110111

Color Harmonies of #D68D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D45

Black with #D68D45

Text Example


Text Example

White with #D68D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D45; }

 p { color: rgb(214,141,69); }

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

background-color css

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

 a { background-color: rgb(214,141,69); }

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

border-color css

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

 span { border-color: rgb(214,141,69); }

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