Html Css Color HEX #DB8234 Tree Poppy

📋 copy color: '#DB8234'

red 219 ◦ green 130 ◦ blue 52

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

Shades of Tree Poppy #DB8234

Tints of Tree Poppy #DB8234

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.42%

 BLUE value IS 52 (20.7% from 255) = 12.97%

R = 54.61%
G = 32.42%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB8234 (or 0xDB8234) is known color: Tree Poppy. HEX triplet: DB, 82 and 34. RGB value is (219,130,52). Sum of RGB (Red+Green+Blue) = 219+130+52=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8234 is #247DCB. Grayscale: #949494. Windows color (decimal): -2391500 or 3441371. OLE color: 3441371.

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

Color convert

RGB 219 130 52 -
CMYK 0 0.41 0.76 0.14
HSL 28.02º 0.7% 0.53% -
HSV(B) 28.02º 0.76% 0.86% -
XYZ 37.82 31.27 7.29 -
YUV 147.72 73.99 178.84 -
System Red Green Blue C M Y K H S L
Decimal 219 130 52 0 0.41 0.76 0.14 28.02 0.7 0.53
Hex DB 82 34 0 29 4C E 1C 46 35
Octal 333 202 64 0 51 114 16 34 106 65
Binary 11011011 10000010 110100 0 101001 1001100 1110 11100 1000110 110101

Color Harmonies of #DB8234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8234

Black with #DB8234

Text Example


Text Example

White with #DB8234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8234; }

 p { color: rgb(219,130,52); }

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

background-color css

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

 a { background-color: rgb(219,130,52); }

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

border-color css

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

 span { border-color: rgb(219,130,52); }

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