Html Css Color HEX #DB7F3A Tree Poppy

📋 copy color: '#DB7F3A'

red 219 ◦ green 127 ◦ blue 58

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

Shades of Tree Poppy #DB7F3A

Tints of Tree Poppy #DB7F3A

RGB

 RED value IS 219 (85.94% from 255) = 54.21%

 GREEN value IS 127 (50% from 255) = 31.44%

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

R = 54.21%
G = 31.44%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB7F3A (or 0xDB7F3A) is known color: Tree Poppy. HEX triplet: DB, 7F and 3A. RGB value is (219,127,58). Sum of RGB (Red+Green+Blue) = 219+127+58=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7F3A is #2480C5. Grayscale: #939393. Windows color (decimal): -2392262 or 3833819. OLE color: 3833819.

HSL color Cylindrical-coordinate representation of color #DB7F3A: hue angle of 25.71º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB7F3A is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 127 58 -
CMYK 0 0.42 0.74 0.14
HSL 25.71º 0.69% 0.54% -
HSV(B) 25.71º 0.74% 0.86% -
XYZ 37.57 30.54 7.92 -
YUV 146.64 77.98 179.61 -
System Red Green Blue C M Y K H S L
Decimal 219 127 58 0 0.42 0.74 0.14 25.71 0.69 0.54
Hex DB 7F 3A 0 2A 4A E 1A 45 36
Octal 333 177 72 0 52 112 16 32 105 66
Binary 11011011 1111111 111010 0 101010 1001010 1110 11010 1000101 110110

Color Harmonies of #DB7F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F3A

Black with #DB7F3A

Text Example


Text Example

White with #DB7F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F3A; }

 p { color: rgb(219,127,58); }

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

background-color css

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

 a { background-color: rgb(219,127,58); }

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

border-color css

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

 span { border-color: rgb(219,127,58); }

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