Html Css Color HEX #DC8934 Tree Poppy

📋 copy color: '#DC8934'

red 220 ◦ green 137 ◦ blue 52

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

Shades of Tree Poppy #DC8934

Tints of Tree Poppy #DC8934

RGB

 RED value IS 220 (86.33% from 255) = 53.79%

 GREEN value IS 137 (53.91% from 255) = 33.5%

 BLUE value IS 52 (20.7% from 255) = 12.71%

R = 53.79%
G = 33.5%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC8934 (or 0xDC8934) is known color: Tree Poppy. HEX triplet: DC, 89 and 34. RGB value is (220,137,52). Sum of RGB (Red+Green+Blue) = 220+137+52=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8934 is #2376CB. Grayscale: #989898. Windows color (decimal): -2324172 or 3443164. OLE color: 3443164.

HSL color Cylindrical-coordinate representation of color #DC8934: hue angle of 30.36º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC8934 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 137 52 -
CMYK 0 0.38 0.76 0.14
HSL 30.36º 0.71% 0.53% -
HSV(B) 30.36º 0.76% 0.86% -
XYZ 39.08 33.35 7.63 -
YUV 152.13 71.5 176.41 -
System Red Green Blue C M Y K H S L
Decimal 220 137 52 0 0.38 0.76 0.14 30.36 0.71 0.53
Hex DC 89 34 0 26 4C E 1E 47 35
Octal 334 211 64 0 46 114 16 36 107 65
Binary 11011100 10001001 110100 0 100110 1001100 1110 11110 1000111 110101

Color Harmonies of #DC8934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8934

Black with #DC8934

Text Example


Text Example

White with #DC8934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8934; }

 p { color: rgb(220,137,52); }

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

background-color css

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

 a { background-color: rgb(220,137,52); }

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

border-color css

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

 span { border-color: rgb(220,137,52); }

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