Html Css Color HEX #DA8032 Tree Poppy

📋 copy color: '#DA8032'

red 218 ◦ green 128 ◦ blue 50

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

Shades of Tree Poppy #DA8032

Tints of Tree Poppy #DA8032

RGB

 RED value IS 218 (85.55% from 255) = 55.05%

 GREEN value IS 128 (50.39% from 255) = 32.32%

 BLUE value IS 50 (19.92% from 255) = 12.63%

R = 55.05%
G = 32.32%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA8032 (or 0xDA8032) is known color: Tree Poppy. HEX triplet: DA, 80 and 32. RGB value is (218,128,50). Sum of RGB (Red+Green+Blue) = 218+128+50=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8032 is #257FCD. Grayscale: #929292. Windows color (decimal): -2457550 or 3309786. OLE color: 3309786.

HSL color Cylindrical-coordinate representation of color #DA8032: hue angle of 27.86º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA8032 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 50 -
CMYK 0 0.41 0.77 0.15
HSL 27.86º 0.69% 0.53% -
HSV(B) 27.86º 0.77% 0.85% -
XYZ 37.21 30.57 6.96 -
YUV 146.02 73.82 179.34 -
System Red Green Blue C M Y K H S L
Decimal 218 128 50 0 0.41 0.77 0.15 27.86 0.69 0.53
Hex DA 80 32 0 29 4D F 1C 45 35
Octal 332 200 62 0 51 115 17 34 105 65
Binary 11011010 10000000 110010 0 101001 1001101 1111 11100 1000101 110101

Color Harmonies of #DA8032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8032

Black with #DA8032

Text Example


Text Example

White with #DA8032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8032; }

 p { color: rgb(218,128,50); }

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

background-color css

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

 a { background-color: rgb(218,128,50); }

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

border-color css

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

 span { border-color: rgb(218,128,50); }

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