Html Css Color HEX #DB813C Tree Poppy

📋 copy color: '#DB813C'

red 219 ◦ green 129 ◦ blue 60

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

Shades of Tree Poppy #DB813C

Tints of Tree Poppy #DB813C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.62%

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

R = 53.68%
G = 31.62%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB813C (or 0xDB813C) is known color: Tree Poppy. HEX triplet: DB, 81 and 3C. RGB value is (219,129,60). Sum of RGB (Red+Green+Blue) = 219+129+60=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB813C is #247EC3. Grayscale: #949494. Windows color (decimal): -2391748 or 3965403. OLE color: 3965403.

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

Color convert

RGB 219 129 60 -
CMYK 0 0.41 0.73 0.14
HSL 26.04º 0.69% 0.55% -
HSV(B) 26.04º 0.73% 0.86% -
XYZ 37.88 31.09 8.28 -
YUV 148.04 78.32 178.61 -
System Red Green Blue C M Y K H S L
Decimal 219 129 60 0 0.41 0.73 0.14 26.04 0.69 0.55
Hex DB 81 3C 0 29 49 E 1A 45 37
Octal 333 201 74 0 51 111 16 32 105 67
Binary 11011011 10000001 111100 0 101001 1001001 1110 11010 1000101 110111

Color Harmonies of #DB813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB813C

Black with #DB813C

Text Example


Text Example

White with #DB813C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB813C; }

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

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

background-color css

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

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

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

border-color css

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

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

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