Html Css Color HEX #DA8132 Tree Poppy

📋 copy color: '#DA8132'

red 218 ◦ green 129 ◦ blue 50

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

Shades of Tree Poppy #DA8132

Tints of Tree Poppy #DA8132

RGB

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

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

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

R = 54.91%
G = 32.49%
B = 12.59%

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

#DA8132 (or 0xDA8132) is known color: Tree Poppy. HEX triplet: DA, 81 and 32. RGB value is (218,129,50). Sum of RGB (Red+Green+Blue) = 218+129+50=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8132 is #257ECD. Grayscale: #939393. Windows color (decimal): -2457294 or 3310042. OLE color: 3310042.

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

Color convert

RGB 218 129 50 -
CMYK 0 0.41 0.77 0.15
HSL 28.21º 0.69% 0.53% -
HSV(B) 28.21º 0.77% 0.85% -
XYZ 37.34 30.84 7 -
YUV 146.61 73.49 178.92 -
System Red Green Blue C M Y K H S L
Decimal 218 129 50 0 0.41 0.77 0.15 28.21 0.69 0.53
Hex DA 81 32 0 29 4D F 1C 45 35
Octal 332 201 62 0 51 115 17 34 105 65
Binary 11011010 10000001 110010 0 101001 1001101 1111 11100 1000101 110101

Color Harmonies of #DA8132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8132

Black with #DA8132

Text Example


Text Example

White with #DA8132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8132; }

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

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

background-color css

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

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

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

border-color css

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

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

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