Html Css Color HEX #DA8235 Tree Poppy

📋 copy color: '#DA8235'

red 218 ◦ green 130 ◦ blue 53

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

Shades of Tree Poppy #DA8235

Tints of Tree Poppy #DA8235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.22%

R = 54.36%
G = 32.42%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA8235 (or 0xDA8235) is known color: Tree Poppy. HEX triplet: DA, 82 and 35. RGB value is (218,130,53). Sum of RGB (Red+Green+Blue) = 218+130+53=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8235 is #257DCA. Grayscale: #939393. Windows color (decimal): -2457035 or 3506906. OLE color: 3506906.

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

Color convert

RGB 218 130 53 -
CMYK 0 0.40 0.76 0.15
HSL 28º 0.69% 0.53% -
HSV(B) 28º 0.76% 0.85% -
XYZ 37.54 31.13 7.4 -
YUV 147.53 74.65 178.26 -
System Red Green Blue C M Y K H S L
Decimal 218 130 53 0 0.40 0.76 0.15 28 0.69 0.53
Hex DA 82 35 0 28 4C F 1C 45 35
Octal 332 202 65 0 50 114 17 34 105 65
Binary 11011010 10000010 110101 0 101000 1001100 1111 11100 1000101 110101

Color Harmonies of #DA8235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8235

Black with #DA8235

Text Example


Text Example

White with #DA8235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8235; }

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

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

background-color css

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

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

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

border-color css

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

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

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