Html Css Color HEX #DA8540 Tree Poppy

📋 copy color: '#DA8540'

red 218 ◦ green 133 ◦ blue 64

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

Shades of Tree Poppy #DA8540

Tints of Tree Poppy #DA8540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.05%

 BLUE value IS 64 (25.39% from 255) = 15.42%

R = 52.53%
G = 32.05%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA8540 (or 0xDA8540) is known color: Tree Poppy. HEX triplet: DA, 85 and 40. RGB value is (218,133,64). Sum of RGB (Red+Green+Blue) = 218+133+64=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8540 is #257ABF. Grayscale: #969696. Windows color (decimal): -2456256 or 4228570. OLE color: 4228570.

HSL color Cylindrical-coordinate representation of color #DA8540: hue angle of 26.88º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA8540 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 133 64 -
CMYK 0 0.39 0.71 0.15
HSL 26.88º 0.68% 0.55% -
HSV(B) 26.88º 0.71% 0.85% -
XYZ 38.23 32.05 9.02 -
YUV 150.55 79.16 176.11 -
System Red Green Blue C M Y K H S L
Decimal 218 133 64 0 0.39 0.71 0.15 26.88 0.68 0.55
Hex DA 85 40 0 27 47 F 1B 44 37
Octal 332 205 100 0 47 107 17 33 104 67
Binary 11011010 10000101 1000000 0 100111 1000111 1111 11011 1000100 110111

Color Harmonies of #DA8540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8540

Black with #DA8540

Text Example


Text Example

White with #DA8540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8540; }

 p { color: rgb(218,133,64); }

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

background-color css

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

 a { background-color: rgb(218,133,64); }

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

border-color css

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

 span { border-color: rgb(218,133,64); }

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