Html Css Color HEX #D28942 Peru

📋 copy color: '#D28942'

red 210 ◦ green 137 ◦ blue 66

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

Shades of Peru #D28942

Tints of Peru #D28942

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.17%

 BLUE value IS 66 (26.17% from 255) = 15.98%

R = 50.85%
G = 33.17%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D28942 (or 0xD28942) is known color: Peru. HEX triplet: D2, 89 and 42. RGB value is (210,137,66). Sum of RGB (Red+Green+Blue) = 210+137+66=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D28942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28942 is #2D76BD. Grayscale: #979797. Windows color (decimal): -2979518 or 4360658. OLE color: 4360658.

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

Color convert

RGB 210 137 66 -
CMYK 0 0.35 0.69 0.18
HSL 29.58º 0.62% 0.54% -
HSV(B) 29.58º 0.69% 0.82% -
XYZ 36.51 31.99 9.4 -
YUV 150.73 80.18 170.27 -
System Red Green Blue C M Y K H S L
Decimal 210 137 66 0 0.35 0.69 0.18 29.58 0.62 0.54
Hex D2 89 42 0 23 45 12 1E 3E 36
Octal 322 211 102 0 43 105 22 36 76 66
Binary 11010010 10001001 1000010 0 100011 1000101 10010 11110 111110 110110

Color Harmonies of #D28942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28942

Black with #D28942

Text Example


Text Example

White with #D28942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28942; }

 p { color: rgb(210,137,66); }

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

background-color css

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

 a { background-color: rgb(210,137,66); }

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

border-color css

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

 span { border-color: rgb(210,137,66); }

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