Html Css Color HEX #DC8633 Tree Poppy

📋 copy color: '#DC8633'

red 220 ◦ green 134 ◦ blue 51

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

Shades of Tree Poppy #DC8633

Tints of Tree Poppy #DC8633

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.09%

 BLUE value IS 51 (20.31% from 255) = 12.59%

R = 54.32%
G = 33.09%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC8633 (or 0xDC8633) is known color: Tree Poppy. HEX triplet: DC, 86 and 33. RGB value is (220,134,51). Sum of RGB (Red+Green+Blue) = 220+134+51=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8633 is #2379CC. Grayscale: #969696. Windows color (decimal): -2324941 or 3376860. OLE color: 3376860.

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

Color convert

RGB 220 134 51 -
CMYK 0 0.39 0.77 0.14
HSL 29.47º 0.71% 0.53% -
HSV(B) 29.47º 0.77% 0.86% -
XYZ 38.64 32.5 7.37 -
YUV 150.25 71.99 177.75 -
System Red Green Blue C M Y K H S L
Decimal 220 134 51 0 0.39 0.77 0.14 29.47 0.71 0.53
Hex DC 86 33 0 27 4D E 1D 47 35
Octal 334 206 63 0 47 115 16 35 107 65
Binary 11011100 10000110 110011 0 100111 1001101 1110 11101 1000111 110101

Color Harmonies of #DC8633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8633

Black with #DC8633

Text Example


Text Example

White with #DC8633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8633; }

 p { color: rgb(220,134,51); }

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

background-color css

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

 a { background-color: rgb(220,134,51); }

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

border-color css

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

 span { border-color: rgb(220,134,51); }

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