Html Css Color HEX #DB7F2F Tree Poppy

📋 copy color: '#DB7F2F'

red 219 ◦ green 127 ◦ blue 47

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

Shades of Tree Poppy #DB7F2F

Tints of Tree Poppy #DB7F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.96%

R = 55.73%
G = 32.32%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB7F2F (or 0xDB7F2F) is known color: Tree Poppy. HEX triplet: DB, 7F and 2F. RGB value is (219,127,47). Sum of RGB (Red+Green+Blue) = 219+127+47=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7F2F is #2480D0. Grayscale: #919191. Windows color (decimal): -2392273 or 3112923. OLE color: 3112923.

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

Color convert

RGB 219 127 47 -
CMYK 0 0.42 0.79 0.14
HSL 27.91º 0.7% 0.52% -
HSV(B) 27.91º 0.79% 0.86% -
XYZ 37.32 30.44 6.6 -
YUV 145.39 72.48 180.5 -
System Red Green Blue C M Y K H S L
Decimal 219 127 47 0 0.42 0.79 0.14 27.91 0.7 0.52
Hex DB 7F 2F 0 2A 4F E 1C 46 34
Octal 333 177 57 0 52 117 16 34 106 64
Binary 11011011 1111111 101111 0 101010 1001111 1110 11100 1000110 110100

Color Harmonies of #DB7F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F2F

Black with #DB7F2F

Text Example


Text Example

White with #DB7F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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