Html Css Color HEX #D67D3A Tree Poppy

📋 copy color: '#D67D3A'

red 214 ◦ green 125 ◦ blue 58

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

Shades of Tree Poppy #D67D3A

Tints of Tree Poppy #D67D3A

RGB

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

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

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

R = 53.9%
G = 31.49%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D67D3A (or 0xD67D3A) is known color: Tree Poppy. HEX triplet: D6, 7D and 3A. RGB value is (214,125,58). Sum of RGB (Red+Green+Blue) = 214+125+58=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67D3A is #2982C5. Grayscale: #909090. Windows color (decimal): -2720454 or 3833302. OLE color: 3833302.

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

Color convert

RGB 214 125 58 -
CMYK 0 0.42 0.73 0.16
HSL 25.77º 0.66% 0.53% -
HSV(B) 25.77º 0.73% 0.84% -
XYZ 35.83 29.27 7.76 -
YUV 143.97 79.49 177.95 -
System Red Green Blue C M Y K H S L
Decimal 214 125 58 0 0.42 0.73 0.16 25.77 0.66 0.53
Hex D6 7D 3A 0 2A 49 10 1A 42 35
Octal 326 175 72 0 52 111 20 32 102 65
Binary 11010110 1111101 111010 0 101010 1001001 10000 11010 1000010 110101

Color Harmonies of #D67D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D3A

Black with #D67D3A

Text Example


Text Example

White with #D67D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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