Html Css Color HEX #D77D3A Tree Poppy

📋 copy color: '#D77D3A'

red 215 ◦ green 125 ◦ blue 58

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

Shades of Tree Poppy #D77D3A

Tints of Tree Poppy #D77D3A

RGB

 RED value IS 215 (84.38% from 255) = 54.02%

 GREEN value IS 125 (49.22% from 255) = 31.41%

 BLUE value IS 58 (23.05% from 255) = 14.57%

R = 54.02%
G = 31.41%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D77D3A (or 0xD77D3A) is known color: Tree Poppy. HEX triplet: D7, 7D and 3A. RGB value is (215,125,58). Sum of RGB (Red+Green+Blue) = 215+125+58=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 58 (23.05% from 255 or 14.57% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77D3A is #2882C5. Grayscale: #909090. Windows color (decimal): -2654918 or 3833303. OLE color: 3833303.

HSL color Cylindrical-coordinate representation of color #D77D3A: hue angle of 25.61º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D77D3A is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 125 58 -
CMYK 0 0.42 0.73 0.16
HSL 25.61º 0.66% 0.54% -
HSV(B) 25.61º 0.73% 0.84% -
XYZ 36.12 29.42 7.78 -
YUV 144.27 79.32 178.45 -
System Red Green Blue C M Y K H S L
Decimal 215 125 58 0 0.42 0.73 0.16 25.61 0.66 0.54
Hex D7 7D 3A 0 2A 49 10 1A 42 36
Octal 327 175 72 0 52 111 20 32 102 66
Binary 11010111 1111101 111010 0 101010 1001001 10000 11010 1000010 110110

Color Harmonies of #D77D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77D3A

Black with #D77D3A

Text Example


Text Example

White with #D77D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77D3A; }

 p { color: rgb(215,125,58); }

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

background-color css

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

 a { background-color: rgb(215,125,58); }

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

border-color css

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

 span { border-color: rgb(215,125,58); }

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