Html Css Color HEX #DA7F40 Tree Poppy

📋 copy color: '#DA7F40'

red 218 ◦ green 127 ◦ blue 64

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

Shades of Tree Poppy #DA7F40

Tints of Tree Poppy #DA7F40

RGB

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

 GREEN value IS 127 (50% from 255) = 31.05%

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

R = 53.3%
G = 31.05%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA7F40 (or 0xDA7F40) is known color: Tree Poppy. HEX triplet: DA, 7F and 40. RGB value is (218,127,64). Sum of RGB (Red+Green+Blue) = 218+127+64=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7F40 is #2580BF. Grayscale: #939393. Windows color (decimal): -2457792 or 4227034. OLE color: 4227034.

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

Color convert

RGB 218 127 64 -
CMYK 0 0.42 0.71 0.15
HSL 24.55º 0.68% 0.55% -
HSV(B) 24.55º 0.71% 0.85% -
XYZ 37.43 30.45 8.76 -
YUV 147.03 81.15 178.62 -
System Red Green Blue C M Y K H S L
Decimal 218 127 64 0 0.42 0.71 0.15 24.55 0.68 0.55
Hex DA 7F 40 0 2A 47 F 19 44 37
Octal 332 177 100 0 52 107 17 31 104 67
Binary 11011010 1111111 1000000 0 101010 1000111 1111 11001 1000100 110111

Color Harmonies of #DA7F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F40

Black with #DA7F40

Text Example


Text Example

White with #DA7F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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