Html Css Color HEX #D2904C Peru

📋 copy color: '#D2904C'

red 210 ◦ green 144 ◦ blue 76

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

Shades of Peru #D2904C

Tints of Peru #D2904C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.49%

 BLUE value IS 76 (30.08% from 255) = 17.67%

R = 48.84%
G = 33.49%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2904C (or 0xD2904C) is known color: Peru. HEX triplet: D2, 90 and 4C. RGB value is (210,144,76). Sum of RGB (Red+Green+Blue) = 210+144+76=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D2904C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2904C is #2D6FB3. Grayscale: #9C9C9C. Windows color (decimal): -2977716 or 5017810. OLE color: 5017810.

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

Color convert

RGB 210 144 76 -
CMYK 0 0.31 0.64 0.18
HSL 30.45º 0.6% 0.56% -
HSV(B) 30.45º 0.64% 0.82% -
XYZ 37.86 34.17 11.44 -
YUV 155.98 82.87 166.53 -
System Red Green Blue C M Y K H S L
Decimal 210 144 76 0 0.31 0.64 0.18 30.45 0.6 0.56
Hex D2 90 4C 0 1F 40 12 1E 3C 38
Octal 322 220 114 0 37 100 22 36 74 70
Binary 11010010 10010000 1001100 0 11111 1000000 10010 11110 111100 111000

Color Harmonies of #D2904C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2904C

Black with #D2904C

Text Example


Text Example

White with #D2904C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2904C; }

 p { color: rgb(210,144,76); }

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

background-color css

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

 a { background-color: rgb(210,144,76); }

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

border-color css

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

 span { border-color: rgb(210,144,76); }

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