Html Css Color HEX #DB7F3C Tree Poppy

📋 copy color: '#DB7F3C'

red 219 ◦ green 127 ◦ blue 60

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

Shades of Tree Poppy #DB7F3C

Tints of Tree Poppy #DB7F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.78%

R = 53.94%
G = 31.28%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB7F3C (or 0xDB7F3C) is known color: Tree Poppy. HEX triplet: DB, 7F and 3C. RGB value is (219,127,60). Sum of RGB (Red+Green+Blue) = 219+127+60=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7F3C is #2480C3. Grayscale: #939393. Windows color (decimal): -2392260 or 3964891. OLE color: 3964891.

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

Color convert

RGB 219 127 60 -
CMYK 0 0.42 0.73 0.14
HSL 25.28º 0.69% 0.55% -
HSV(B) 25.28º 0.73% 0.86% -
XYZ 37.62 30.57 8.19 -
YUV 146.87 78.98 179.45 -
System Red Green Blue C M Y K H S L
Decimal 219 127 60 0 0.42 0.73 0.14 25.28 0.69 0.55
Hex DB 7F 3C 0 2A 49 E 19 45 37
Octal 333 177 74 0 52 111 16 31 105 67
Binary 11011011 1111111 111100 0 101010 1001001 1110 11001 1000101 110111

Color Harmonies of #DB7F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F3C

Black with #DB7F3C

Text Example


Text Example

White with #DB7F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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