Html Css Color HEX #D98B48 Peru

📋 copy color: '#D98B48'

red 217 ◦ green 139 ◦ blue 72

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

Shades of Peru #D98B48

Tints of Peru #D98B48

RGB

 RED value IS 217 (85.16% from 255) = 50.7%

 GREEN value IS 139 (54.69% from 255) = 32.48%

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

R = 50.7%
G = 32.48%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D98B48 (or 0xD98B48) is known color: Peru. HEX triplet: D9, 8B and 48. RGB value is (217,139,72). Sum of RGB (Red+Green+Blue) = 217+139+72=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D98B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98B48 is #2674B7. Grayscale: #9B9B9B. Windows color (decimal): -2520248 or 4754393. OLE color: 4754393.

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

Color convert

RGB 217 139 72 -
CMYK 0 0.36 0.67 0.15
HSL 27.72º 0.66% 0.57% -
HSV(B) 27.72º 0.67% 0.85% -
XYZ 39.02 33.68 10.58 -
YUV 154.68 81.34 172.45 -
System Red Green Blue C M Y K H S L
Decimal 217 139 72 0 0.36 0.67 0.15 27.72 0.66 0.57
Hex D9 8B 48 0 24 43 F 1C 42 39
Octal 331 213 110 0 44 103 17 34 102 71
Binary 11011001 10001011 1001000 0 100100 1000011 1111 11100 1000010 111001

Color Harmonies of #D98B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98B48

Black with #D98B48

Text Example


Text Example

White with #D98B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98B48; }

 p { color: rgb(217,139,72); }

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

background-color css

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

 a { background-color: rgb(217,139,72); }

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

border-color css

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

 span { border-color: rgb(217,139,72); }

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