Html Css Color HEX #D2914A Peru

📋 copy color: '#D2914A'

red 210 ◦ green 145 ◦ blue 74

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

Shades of Peru #D2914A

Tints of Peru #D2914A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.8%

 BLUE value IS 74 (29.3% from 255) = 17.25%

R = 48.95%
G = 33.8%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2914A (or 0xD2914A) is known color: Peru. HEX triplet: D2, 91 and 4A. RGB value is (210,145,74). Sum of RGB (Red+Green+Blue) = 210+145+74=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D2914A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2914A is #2D6EB5. Grayscale: #9C9C9C. Windows color (decimal): -2977462 or 4886994. OLE color: 4886994.

HSL color Cylindrical-coordinate representation of color #D2914A: hue angle of 31.32º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2914A is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 145 74 -
CMYK 0 0.31 0.65 0.18
HSL 31.32º 0.6% 0.56% -
HSV(B) 31.32º 0.65% 0.82% -
XYZ 37.94 34.45 11.13 -
YUV 156.34 81.53 166.27 -
System Red Green Blue C M Y K H S L
Decimal 210 145 74 0 0.31 0.65 0.18 31.32 0.6 0.56
Hex D2 91 4A 0 1F 41 12 1F 3C 38
Octal 322 221 112 0 37 101 22 37 74 70
Binary 11010010 10010001 1001010 0 11111 1000001 10010 11111 111100 111000

Color Harmonies of #D2914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2914A

Black with #D2914A

Text Example


Text Example

White with #D2914A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2914A; }

 p { color: rgb(210,145,74); }

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

background-color css

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

 a { background-color: rgb(210,145,74); }

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

border-color css

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

 span { border-color: rgb(210,145,74); }

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