Html Css Color HEX #DA7D3D Tree Poppy

📋 copy color: '#DA7D3D'

red 218 ◦ green 125 ◦ blue 61

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

Shades of Tree Poppy #DA7D3D

Tints of Tree Poppy #DA7D3D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.94%

 BLUE value IS 61 (24.22% from 255) = 15.1%

R = 53.96%
G = 30.94%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA7D3D (or 0xDA7D3D) is known color: Tree Poppy. HEX triplet: DA, 7D and 3D. RGB value is (218,125,61). Sum of RGB (Red+Green+Blue) = 218+125+61=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7D3D is #2582C2. Grayscale: #919191. Windows color (decimal): -2458307 or 4029914. OLE color: 4029914.

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

Color convert

RGB 218 125 61 -
CMYK 0 0.43 0.72 0.15
HSL 24.46º 0.68% 0.55% -
HSV(B) 24.46º 0.72% 0.85% -
XYZ 37.09 29.91 8.23 -
YUV 145.51 80.31 179.7 -
System Red Green Blue C M Y K H S L
Decimal 218 125 61 0 0.43 0.72 0.15 24.46 0.68 0.55
Hex DA 7D 3D 0 2B 48 F 18 44 37
Octal 332 175 75 0 53 110 17 30 104 67
Binary 11011010 1111101 111101 0 101011 1001000 1111 11000 1000100 110111

Color Harmonies of #DA7D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D3D

Black with #DA7D3D

Text Example


Text Example

White with #DA7D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D3D; }

 p { color: rgb(218,125,61); }

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

background-color css

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

 a { background-color: rgb(218,125,61); }

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

border-color css

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

 span { border-color: rgb(218,125,61); }

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