Html Css Color HEX #DB7A3C Tree Poppy

📋 copy color: '#DB7A3C'

red 219 ◦ green 122 ◦ blue 60

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

Shades of Tree Poppy #DB7A3C

Tints of Tree Poppy #DB7A3C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.42%

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

R = 54.61%
G = 30.42%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB7A3C (or 0xDB7A3C) is known color: Tree Poppy. HEX triplet: DB, 7A and 3C. RGB value is (219,122,60). Sum of RGB (Red+Green+Blue) = 219+122+60=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7A3C is #2485C3. Grayscale: #909090. Windows color (decimal): -2393540 or 3963611. OLE color: 3963611.

HSL color Cylindrical-coordinate representation of color #DB7A3C: hue angle of 23.4º 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 #DB7A3C is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 122 60 -
CMYK 0 0.44 0.73 0.14
HSL 23.4º 0.69% 0.55% -
HSV(B) 23.4º 0.73% 0.86% -
XYZ 36.99 29.31 7.98 -
YUV 143.94 80.64 181.54 -
System Red Green Blue C M Y K H S L
Decimal 219 122 60 0 0.44 0.73 0.14 23.4 0.69 0.55
Hex DB 7A 3C 0 2C 49 E 17 45 37
Octal 333 172 74 0 54 111 16 27 105 67
Binary 11011011 1111010 111100 0 101100 1001001 1110 10111 1000101 110111

Color Harmonies of #DB7A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A3C

Black with #DB7A3C

Text Example


Text Example

White with #DB7A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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