Html Css Color HEX #D67E3A Tree Poppy

📋 copy color: '#D67E3A'

red 214 ◦ green 126 ◦ blue 58

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

Shades of Tree Poppy #D67E3A

Tints of Tree Poppy #D67E3A

RGB

 RED value IS 214 (83.98% from 255) = 53.77%

 GREEN value IS 126 (49.61% from 255) = 31.66%

 BLUE value IS 58 (23.05% from 255) = 14.57%

R = 53.77%
G = 31.66%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D67E3A (or 0xD67E3A) is known color: Tree Poppy. HEX triplet: D6, 7E and 3A. RGB value is (214,126,58). Sum of RGB (Red+Green+Blue) = 214+126+58=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 58 (23.05% from 255 or 14.57% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67E3A is #2981C5. Grayscale: #909090. Windows color (decimal): -2720198 or 3833558. OLE color: 3833558.

HSL color Cylindrical-coordinate representation of color #D67E3A: hue angle of 26.15º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D67E3A is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 126 58 -
CMYK 0 0.41 0.73 0.16
HSL 26.15º 0.66% 0.53% -
HSV(B) 26.15º 0.73% 0.84% -
XYZ 35.96 29.52 7.81 -
YUV 144.56 79.15 177.53 -
System Red Green Blue C M Y K H S L
Decimal 214 126 58 0 0.41 0.73 0.16 26.15 0.66 0.53
Hex D6 7E 3A 0 29 49 10 1A 42 35
Octal 326 176 72 0 51 111 20 32 102 65
Binary 11010110 1111110 111010 0 101001 1001001 10000 11010 1000010 110101

Color Harmonies of #D67E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67E3A

Black with #D67E3A

Text Example


Text Example

White with #D67E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67E3A; }

 p { color: rgb(214,126,58); }

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

background-color css

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

 a { background-color: rgb(214,126,58); }

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

border-color css

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

 span { border-color: rgb(214,126,58); }

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