Html Css Color HEX #DA8232 Tree Poppy

📋 copy color: '#DA8232'

red 218 ◦ green 130 ◦ blue 50

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

Shades of Tree Poppy #DA8232

Tints of Tree Poppy #DA8232

RGB

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

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

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

R = 54.77%
G = 32.66%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA8232 (or 0xDA8232) is known color: Tree Poppy. HEX triplet: DA, 82 and 32. RGB value is (218,130,50). Sum of RGB (Red+Green+Blue) = 218+130+50=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8232 is #257DCD. Grayscale: #939393. Windows color (decimal): -2457038 or 3310298. OLE color: 3310298.

HSL color Cylindrical-coordinate representation of color #DA8232: hue angle of 28.57º 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 #DA8232 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 130 50 -
CMYK 0 0.40 0.77 0.15
HSL 28.57º 0.69% 0.53% -
HSV(B) 28.57º 0.77% 0.85% -
XYZ 37.47 31.1 7.05 -
YUV 147.19 73.15 178.5 -
System Red Green Blue C M Y K H S L
Decimal 218 130 50 0 0.40 0.77 0.15 28.57 0.69 0.53
Hex DA 82 32 0 28 4D F 1D 45 35
Octal 332 202 62 0 50 115 17 35 105 65
Binary 11011010 10000010 110010 0 101000 1001101 1111 11101 1000101 110101

Color Harmonies of #DA8232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8232

Black with #DA8232

Text Example


Text Example

White with #DA8232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8232; }

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

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

background-color css

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

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

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

border-color css

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

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

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