Html Css Color HEX #D28A44 Peru

📋 copy color: '#D28A44'

red 210 ◦ green 138 ◦ blue 68

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

Shades of Peru #D28A44

Tints of Peru #D28A44

RGB

 RED value IS 210 (82.42% from 255) = 50.48%

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

 BLUE value IS 68 (26.95% from 255) = 16.35%

R = 50.48%
G = 33.17%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D28A44 (or 0xD28A44) is known color: Peru. HEX triplet: D2, 8A and 44. RGB value is (210,138,68). Sum of RGB (Red+Green+Blue) = 210+138+68=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28A44 is #2D75BB. Grayscale: #979797. Windows color (decimal): -2979260 or 4491986. OLE color: 4491986.

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

Color convert

RGB 210 138 68 -
CMYK 0 0.34 0.68 0.18
HSL 29.58º 0.61% 0.55% -
HSV(B) 29.58º 0.68% 0.82% -
XYZ 36.71 32.3 9.77 -
YUV 151.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 210 138 68 0 0.34 0.68 0.18 29.58 0.61 0.55
Hex D2 8A 44 0 22 44 12 1E 3D 37
Octal 322 212 104 0 42 104 22 36 75 67
Binary 11010010 10001010 1000100 0 100010 1000100 10010 11110 111101 110111

Color Harmonies of #D28A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28A44

Black with #D28A44

Text Example


Text Example

White with #D28A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28A44; }

 p { color: rgb(210,138,68); }

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

background-color css

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

 a { background-color: rgb(210,138,68); }

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

border-color css

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

 span { border-color: rgb(210,138,68); }

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