Html Css Color HEX #D28A45 Peru

📋 copy color: '#D28A45'

red 210 ◦ green 138 ◦ blue 69

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

Shades of Peru #D28A45

Tints of Peru #D28A45

RGB

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

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

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

R = 50.36%
G = 33.09%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D28A45 (or 0xD28A45) is known color: Peru. HEX triplet: D2, 8A and 45. RGB value is (210,138,69). Sum of RGB (Red+Green+Blue) = 210+138+69=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28A45 is #2D75BA. Grayscale: #989898. Windows color (decimal): -2979259 or 4557522. OLE color: 4557522.

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

Color convert

RGB 210 138 69 -
CMYK 0 0.34 0.67 0.18
HSL 29.36º 0.61% 0.55% -
HSV(B) 29.36º 0.67% 0.82% -
XYZ 36.74 32.31 9.93 -
YUV 151.66 81.35 169.61 -
System Red Green Blue C M Y K H S L
Decimal 210 138 69 0 0.34 0.67 0.18 29.36 0.61 0.55
Hex D2 8A 45 0 22 43 12 1D 3D 37
Octal 322 212 105 0 42 103 22 35 75 67
Binary 11010010 10001010 1000101 0 100010 1000011 10010 11101 111101 110111

Color Harmonies of #D28A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28A45

Black with #D28A45

Text Example


Text Example

White with #D28A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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